Narsil HF staff commited on
Commit
0d4f218
1 Parent(s): 7fb5a3e

Update app.py

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