asahi417 commited on
Commit
1f6d1c1
·
verified ·
1 Parent(s): 6c41288

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Stable Diffusion 2 XL
3
  emoji: 🎨
4
  colorFrom: yellow
5
  colorTo: purple
 
1
  ---
2
+ title: Stable Diffusion 2
3
  emoji: 🎨
4
  colorFrom: yellow
5
  colorTo: purple
app.py CHANGED
@@ -57,4 +57,4 @@ with gr.Blocks(css=css) as demo:
57
  inputs=[prompt, negative_prompt, seed, width, height, guidance_scale, num_inference_steps],
58
  outputs=[result]
59
  )
60
- demo.launch()
 
57
  inputs=[prompt, negative_prompt, seed, width, height, guidance_scale, num_inference_steps],
58
  outputs=[result]
59
  )
60
+ demo.launch(server_name="0.0.0.0")