sandelrt commited on
Commit
f4a328a
1 Parent(s): 945a1f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ with gr.Blocks() as demo:
59
  generate, inputs =[chatbot,],outputs = chatbot,)
60
 
61
  demo.queue()
62
- demo.launch(debug=True, share=True)
 
59
  generate, inputs =[chatbot,],outputs = chatbot,)
60
 
61
  demo.queue()
62
+ demo.launch()