svjack commited on
Commit
7e68de1
·
verified ·
1 Parent(s): 6a49d37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,4 +139,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
139
  )
140
 
141
  if __name__ == "__main__":
142
- demo.launch()
 
139
  )
140
 
141
  if __name__ == "__main__":
142
+ demo.launch(share = True)