Spaces:
Runtime error
Runtime error
Update gradio_demo.py
Browse files- gradio_demo.py +1 -1
gradio_demo.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks() as demo:
|
|
83 |
gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="A portrait of IRONMAN, white hair, head, photorealistic, 8K, HDR.", label="Your prompt"),
|
84 |
gr.Textbox(lines=1, value="a man head.", label="Point-E init prompt (optional)"),
|
85 |
gr.Textbox(lines=2, value="unrealistic, blurry, low quality, out of focus, ugly, low contrast, dull, low-resolution.", label="Negative prompt (optional)"),
|
86 |
-
gr.Slider(1000, 5000, value=
|
87 |
gr.Slider(7.5, 100, value=7.5, label="CFG"),
|
88 |
gr.Number(value=0, label="Seed")],
|
89 |
outputs=["playable_video", "playable_video"],
|
|
|
83 |
gr.Interface(fn=main, inputs=[gr.Textbox(lines=2, value="A portrait of IRONMAN, white hair, head, photorealistic, 8K, HDR.", label="Your prompt"),
|
84 |
gr.Textbox(lines=1, value="a man head.", label="Point-E init prompt (optional)"),
|
85 |
gr.Textbox(lines=2, value="unrealistic, blurry, low quality, out of focus, ugly, low contrast, dull, low-resolution.", label="Negative prompt (optional)"),
|
86 |
+
gr.Slider(1000, 5000, value=3000, label="Number of iterations"),
|
87 |
gr.Slider(7.5, 100, value=7.5, label="CFG"),
|
88 |
gr.Number(value=0, label="Seed")],
|
89 |
outputs=["playable_video", "playable_video"],
|