Update app.py

#9
by dyl2tuff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -308,5 +308,5 @@ css = """
308
  """
309
 
310
  if __name__ == "__main__":
311
- demo.launch(theme=gr.themes.Citrus(), css=css)
312
 
 
308
  """
309
 
310
  if __name__ == "__main__":
311
+ demo.launch(theme=gr.themes.Citrus(), css=css, share=True)
312