SFconvertbot commited on
Commit
aab64ea
1 Parent(s): e69fcb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,6 +91,6 @@ demo = gr.Interface(
91
  ],
92
  outputs=[gr.Markdown(label="output")],
93
  fn=run,
94
- ).queue()
95
 
96
- demo.launch(show_api=True, max_size=10)
 
91
  ],
92
  outputs=[gr.Markdown(label="output")],
93
  fn=run,
94
+ ).queue(max_size=10)
95
 
96
+ demo.launch(show_api=True)