FrancescoLR commited on
Commit
b843321
·
verified ·
1 Parent(s): d207dc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -184,4 +184,5 @@ download_model()
184
 
185
  # 🔹 Run Gradio App
186
  if __name__ == "__main__":
187
- demo.launch(share=True)
 
 
184
 
185
  # 🔹 Run Gradio App
186
  if __name__ == "__main__":
187
+ # demo.launch(share=True)
188
+ demo.launch(share=False, show_api=False)