c commited on
Commit
2b94fcf
·
verified ·
1 Parent(s): 80623a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ demo = gr.Interface(fn=greet,
34
  title="My Academic Chat",
35
  )
36
 
37
- demo.queue().launch(debug=True, share=True, inline=False)
 
34
  title="My Academic Chat",
35
  )
36
 
37
+ demo.queue().launch()