MuhammadQASIM111 commited on
Commit
af8b072
·
verified ·
1 Parent(s): d81309b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks() as demo:
174
  )
175
 
176
  demo.queue()
177
- demo.launch(server_port=7861)
178
 
179
 
180
 
 
174
  )
175
 
176
  demo.queue()
177
+ demo.launch(share=True)
178
 
179
 
180