jslin09 commited on
Commit
2949981
1 Parent(s): 7fc842c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface.load(
29
  description=description,
30
  examples=examples,
31
  api_key=api_key,
32
- ).queue()
33
 
34
  demo = gr.TabbedInterface(
35
  [iface], ["分頁標籤"],
 
29
  description=description,
30
  examples=examples,
31
  api_key=api_key,
32
+ )
33
 
34
  demo = gr.TabbedInterface(
35
  [iface], ["分頁標籤"],