PierreBrunelle commited on
Commit
fab2d7f
·
verified ·
1 Parent(s): 2be8e0f

Update app.py

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