asahi417 commited on
Commit
33ce8b5
·
verified ·
1 Parent(s): 471d428

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 Depth2Image V1
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")