Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ with gr.Blocks() as demo:
|
|
| 105 |
fn=enhance_image,
|
| 106 |
inputs=[prompt, seed, width, height],
|
| 107 |
outputs=[result, seed, latency],
|
| 108 |
-
show_progress="
|
| 109 |
queue=False,
|
| 110 |
concurrency_limit=None
|
| 111 |
)
|
|
|
|
| 105 |
fn=enhance_image,
|
| 106 |
inputs=[prompt, seed, width, height],
|
| 107 |
outputs=[result, seed, latency],
|
| 108 |
+
show_progress="full",
|
| 109 |
queue=False,
|
| 110 |
concurrency_limit=None
|
| 111 |
)
|