saritha commited on
Commit
22cf4ac
·
verified ·
1 Parent(s): ea04b3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ demo_app = gr.Interface(
70
  theme="huggingface"
71
  )
72
 
73
- demo_app.launch(debug=True, enable_queue=True)
74
 
75
 
76
 
 
70
  theme="huggingface"
71
  )
72
 
73
+ demo_app.launch(debug=True)
74
 
75
 
76