GGPENG commited on
Commit
c3737ef
·
verified ·
1 Parent(s): 1b886a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -68,4 +68,7 @@ demo = gr.Interface(
68
  title="Fine-tuning style diffusion Demo"
69
  )
70
 
71
- demo.launch()
 
 
 
 
68
  title="Fine-tuning style diffusion Demo"
69
  )
70
 
71
+ demo.launch(
72
+ server_name="0.0.0.0",
73
+ server_port=7860
74
+ )