haodongli commited on
Commit
fdb7a14
1 Parent(s): 67f1f3f

Update gradio_demo.py

Browse files
Files changed (1) hide show
  1. gradio_demo.py +1 -1
gradio_demo.py CHANGED
@@ -48,7 +48,7 @@ def main(prompt, init_prompt, negative_prompt, num_iter, CFG, seed):
48
  with gr.Blocks() as demo:
49
  gr.Markdown("# <center>LucidDreamer: Towards High-Fidelity Text-to-3D Generation via Interval Score Matching</center>")
50
  gr.Markdown("<center>Yixun Liang*, Xin Yang*, Jiantao Lin, Haodong Li, Xiaogang Xu, Yingcong Chen** (*: Equal contribution; **: Corresponding author)</center>")
51
- gr.Markdown("<center>This Gradio space is developed by Haodong Li</center>")
52
  gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="A portrait of IRONMAN, white hair, head, photorealistic, 8K, HDR.", label="Your prompt"),
53
  gr.Textbox(lines=1, value="a man head.", label="Point-E init prompt (optional)"),
54
  gr.Textbox(lines=2, value="unrealistic, blurry, low quality, out of focus, ugly, low contrast, dull, low-resolution.", label="Negative prompt (optional)"),
 
48
  with gr.Blocks() as demo:
49
  gr.Markdown("# <center>LucidDreamer: Towards High-Fidelity Text-to-3D Generation via Interval Score Matching</center>")
50
  gr.Markdown("<center>Yixun Liang*, Xin Yang*, Jiantao Lin, Haodong Li, Xiaogang Xu, Yingcong Chen** (*: Equal contribution; **: Corresponding author)</center>")
51
+ gr.Markdown("<center>This Gradio space was developed by Haodong Li</center>")
52
  gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="A portrait of IRONMAN, white hair, head, photorealistic, 8K, HDR.", label="Your prompt"),
53
  gr.Textbox(lines=1, value="a man head.", label="Point-E init prompt (optional)"),
54
  gr.Textbox(lines=2, value="unrealistic, blurry, low quality, out of focus, ugly, low contrast, dull, low-resolution.", label="Negative prompt (optional)"),