Amovane commited on
Commit
f6c1254
·
1 Parent(s): 9d9d437

chore: update server

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ iface = gr.Interface(
19
  gr.Textbox(placeholder="Prompt", label="Prompt"),
20
  ],
21
  outputs="image")
22
- iface.launch(server_name="0.0.0.0")
 
19
  gr.Textbox(placeholder="Prompt", label="Prompt"),
20
  ],
21
  outputs="image")
22
+ iface.launch()