darkc0de commited on
Commit
78ea248
Β·
verified Β·
1 Parent(s): 53ae15c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ if __name__ == "__main__":
143
  try:
144
  demo.queue(default_concurrency_limit=1)
145
 
146
- demo.launch(show_api=False, share=True)
147
  except NameError as ne:
148
  print(f"Gradio demo could not be launched. 'client' might not have been initialized: {ne}")
149
  except RuntimeError as re:
 
143
  try:
144
  demo.queue(default_concurrency_limit=1)
145
 
146
+ demo.launch(show_api=False, share=False)
147
  except NameError as ne:
148
  print(f"Gradio demo could not be launched. 'client' might not have been initialized: {ne}")
149
  except RuntimeError as re: