Kev09 commited on
Commit
99a019a
1 Parent(s): 4315486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def pipee(name):
17
 
18
 
19
  iface = gr.Interface(fn=pipee, inputs="text", outputs="text")
20
- iface.launch()
 
17
 
18
 
19
  iface = gr.Interface(fn=pipee, inputs="text", outputs="text")
20
+ iface.queue().launch(debug=True)