Ulaş Dilek commited on
Commit
95c4e90
1 Parent(s): 5b0818e

disabled share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
81
  nextBtn.click(nextResponse, None, chatbot, scroll_to_output=True, show_progress=True)
82
 
83
  try:
84
- demo.launch(share=True)
85
  except KeyboardInterrupt:
86
  demo.close()
87
  except Exception as e:
 
81
  nextBtn.click(nextResponse, None, chatbot, scroll_to_output=True, show_progress=True)
82
 
83
  try:
84
+ demo.launch()
85
  except KeyboardInterrupt:
86
  demo.close()
87
  except Exception as e: