thewhole commited on
Commit
df1c43e
1 Parent(s): 95a9966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
67
  It is based on Stable Diffusion 2.1-base. Please check out our <strong><a href=https://taoranyi.com/gaussiandreamer/>Project Page</a> / <a href=https://arxiv.org/abs/2310.08529>Paper</a> / <a href=https://github.com/hustvl/GaussianDreamer>Code</a></strong> if you want to learn more about our method!<br> \
68
  Note that this demo is running on T4, the running time might be longer than the reported 15 minutes (1200 iterations) on RTx 3090.<br> \
69
  &copy; This Gradio space is developed by Taoran Yi.")
70
- gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="A portrait of IRONMAN, white hair, head, photorealistic, 8K, HDR.", label="Your prompt"),
71
  gr.Slider(0, 2000, value=1200, label="Number of iteration"),
72
  gr.Slider(80, 200, value=100, label="CFG"),
73
  gr.Number(value=0, label="Seed")],
 
67
  It is based on Stable Diffusion 2.1-base. Please check out our <strong><a href=https://taoranyi.com/gaussiandreamer/>Project Page</a> / <a href=https://arxiv.org/abs/2310.08529>Paper</a> / <a href=https://github.com/hustvl/GaussianDreamer>Code</a></strong> if you want to learn more about our method!<br> \
68
  Note that this demo is running on T4, the running time might be longer than the reported 15 minutes (1200 iterations) on RTx 3090.<br> \
69
  &copy; This Gradio space is developed by Taoran Yi.")
70
+ gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="fries and a hamburger.", label="Your prompt"),
71
  gr.Slider(0, 2000, value=1200, label="Number of iteration"),
72
  gr.Slider(80, 200, value=100, label="CFG"),
73
  gr.Number(value=0, label="Seed")],