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