amritsolar commited on
Commit
8b80cbb
·
1 Parent(s): 4745b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ interface.css = """
54
  """
55
 
56
  # Launch the Gradio interface
57
- iface.launch(inline = False)
 
54
  """
55
 
56
  # Launch the Gradio interface
57
+ interface.launch(share=True)