Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🦷
|
4 |
colorFrom: purple
|
5 |
colorTo: green
|
|
|
1 |
---
|
2 |
+
title: Depth2Image
|
3 |
emoji: 🦷
|
4 |
colorFrom: purple
|
5 |
colorTo: green
|
app.py
CHANGED
@@ -50,4 +50,4 @@ with gr.Blocks() as demo:
|
|
50 |
inputs=[init_image, prompt, negative_prompt, seed, width, height, guidance_scale, num_inference_steps],
|
51 |
outputs=[result]
|
52 |
)
|
53 |
-
demo.launch()
|
|
|
50 |
inputs=[init_image, prompt, negative_prompt, seed, width, height, guidance_scale, num_inference_steps],
|
51 |
outputs=[result]
|
52 |
)
|
53 |
+
demo.launch(server_name="0.0.0.0")
|