Spaces:
Runtime error
Runtime error
Update gradio_demo.py
Browse files- gradio_demo.py +2 -1
gradio_demo.py
CHANGED
@@ -47,7 +47,8 @@ def main(prompt, init_prompt, negative_prompt, num_iter, CFG, seed):
|
|
47 |
|
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>
|
|
|
51 |
gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="A portrait of IRONMAN, white hair, head, photorealistic, 8K, HDR.", label="Your prompt"),
|
52 |
gr.Textbox(lines=1, value="a man head.", label="Point-E init prompt (optional)"),
|
53 |
gr.Textbox(lines=2, value="unrealistic, blurry, low quality, out of focus, ugly, low contrast, dull, low-resolution.", label="Negative prompt (optional)"),
|
|
|
47 |
|
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)"),
|