Spaces:
Runtime error
Runtime error
Commit
·
f1f52c7
1
Parent(s):
dadc0e6
Update app.py
Browse files
app.py
CHANGED
@@ -39,5 +39,5 @@ def launch(inputs):
|
|
39 |
str1 += "\n"+ele
|
40 |
os.remove('tmp.jpg')
|
41 |
return str1
|
42 |
-
iface = gr.Interface(launch, inputs="text", outputs="text")
|
43 |
-
iface.launch(debug=True)
|
|
|
39 |
str1 += "\n"+ele
|
40 |
os.remove('tmp.jpg')
|
41 |
return str1
|
42 |
+
iface = gr.Interface(launch, inputs="text", outputs="text",allow_flagging="never",)
|
43 |
+
iface.launch(debug=True,enable_queue=True,)
|