pm6six commited on
Commit
7ba26f8
·
verified ·
1 Parent(s): 0b3dcac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,6 +91,6 @@ with gr.Blocks() as app:
91
  )
92
 
93
  if __name__ == "__main__":
94
- app.launch(server_port=7861, share=True)
95
 
96
 
 
91
  )
92
 
93
  if __name__ == "__main__":
94
+ app.launch(server_port=7861)
95
 
96