rwitz commited on
Commit
6c9a789
·
1 Parent(s): e9bb75c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,4 +206,4 @@ with gr.Blocks() as demo:
206
 
207
  # Launch the Gradio interface
208
  if __name__ == "__main__":
209
- demo.launch()
 
206
 
207
  # Launch the Gradio interface
208
  if __name__ == "__main__":
209
+ demo.launch(share=False)