Anandhju-jayan commited on
Commit
bda212c
1 Parent(s): e3767a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,5 +38,5 @@ def launch(inputs):
38
  str1 += "\n"+ele
39
  os.remove('tmp.jpg')
40
  return str1
41
- iface = gr.Interface(launch, inputs="text", outputs="text",allow_flagging="never",)
42
- iface.launch(debug=True,enable_queue=True,)
 
38
  str1 += "\n"+ele
39
  os.remove('tmp.jpg')
40
  return str1
41
+ iface = gr.Interface(launch, inputs="text", outputs="text",)
42
+ iface.launch(debug=True,)