Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Stable Diffusion 3
|
| 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")
|