yakine commited on
Commit
909fcd7
·
verified ·
1 Parent(s): 03b7f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,5 +131,5 @@ iface = gr.Interface(
131
  # Set an API name for the POST request
132
  iface.api_name = "generate"
133
  # Run the Gradio app
134
- iface.launch(server_name="0.0.0.0", server_port=7860)
135
 
 
131
  # Set an API name for the POST request
132
  iface.api_name = "generate"
133
  # Run the Gradio app
134
+ iface.launch(server_name="0.0.0.0", server_port=7860, share= True)
135