pm6six commited on
Commit
736bad1
·
verified ·
1 Parent(s): d4026de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -127,4 +127,5 @@ with gr.Blocks() as app:
127
  )
128
 
129
  # Launch the app with a specific port
130
- app.launch(server_port=7861)
 
 
127
  )
128
 
129
  # Launch the app with a specific port
130
+ app.launch(server_port=7861, share=True)
131
+