ramdane commited on
Commit
1c186cc
·
verified ·
1 Parent(s): 87e4840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,4 +68,4 @@ app = gr.Interface(
68
  # Prevents caching conversation history
69
  )
70
 
71
- app.launch(share=True,debug=True)
 
68
  # Prevents caching conversation history
69
  )
70
 
71
+ app.launch()