asahi417 commited on
Commit
7726d37
1 Parent(s): 06b3138

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 3 Medium
3
  emoji: 🎨
4
  colorFrom: purple
5
  colorTo: yellow
 
1
  ---
2
+ title: Stable Diffusion 3
3
  emoji: 🎨
4
  colorFrom: purple
5
  colorTo: yellow
app.py CHANGED
@@ -54,4 +54,4 @@ with gr.Blocks(css=css) as demo:
54
  inputs=[prompt, negative_prompt, seed, width, height, guidance_scale, num_inference_steps],
55
  outputs=[result]
56
  )
57
- demo.launch()
 
54
  inputs=[prompt, negative_prompt, seed, width, height, guidance_scale, num_inference_steps],
55
  outputs=[result]
56
  )
57
+ demo.launch(server_name="0.0.0.0")