Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,8 +112,8 @@ with gr.Blocks() as gradio_gui:
|
|
| 112 |
im = gr.Image()
|
| 113 |
|
| 114 |
gr.Markdown("Model ID: One-Step InstaFlow-0.9B")
|
| 115 |
-
inference_time_output = gr.Textbox(value='0.0', label='Inference Time with One-Step
|
| 116 |
-
num_inference_steps = gr.Textbox(value='1', label="Number of Inference Steps (can only be 1)")
|
| 117 |
guidance_scale = gr.Textbox(value='0.0', label="Guidance Scale for InstaFlow (can only be 0.0)")
|
| 118 |
|
| 119 |
new_image_button = gr.Button(value="One-Step Generation with InstaFlow and the Input Seed")
|
|
|
|
| 112 |
im = gr.Image()
|
| 113 |
|
| 114 |
gr.Markdown("Model ID: One-Step InstaFlow-0.9B")
|
| 115 |
+
inference_time_output = gr.Textbox(value='0.0', label='Inference Time with One-Step InstaFlow (Second)')
|
| 116 |
+
num_inference_steps = gr.Textbox(value='1', label="Number of Inference Steps for InstaFlow (can only be 1)")
|
| 117 |
guidance_scale = gr.Textbox(value='0.0', label="Guidance Scale for InstaFlow (can only be 0.0)")
|
| 118 |
|
| 119 |
new_image_button = gr.Button(value="One-Step Generation with InstaFlow and the Input Seed")
|