zenafey commited on
Commit
8ea49e7
·
1 Parent(s): 6c13665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,5 +159,5 @@ with gr.Blocks() as demo:
159
 
160
 
161
  if __name__ == "__main__":
162
- demo.launch(show_api=True, share=True)
163
 
 
159
 
160
 
161
  if __name__ == "__main__":
162
+ demo.launch(show_api=True)
163