sandelrt commited on
Commit
d29434d
·
verified ·
1 Parent(s): 3f76999

Update app.py

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