svjack commited on
Commit
8f8a3f8
·
verified ·
1 Parent(s): fed66f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,4 +318,4 @@ with gr.Blocks(css=css) as demo:
318
 
319
 
320
  if __name__ == '__main__':
321
- demo.launch()
 
318
 
319
 
320
  if __name__ == '__main__':
321
+ demo.launch(share = True)