Spaces:
Running
Running
add sr process time status
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def main():
|
|
| 113 |
|
| 114 |
status_text = gr.Textbox(
|
| 115 |
label="Status",
|
| 116 |
-
lines=
|
| 117 |
value="Ready to enhance images!",
|
| 118 |
interactive=False
|
| 119 |
)
|
|
|
|
| 113 |
|
| 114 |
status_text = gr.Textbox(
|
| 115 |
label="Status",
|
| 116 |
+
lines=6,
|
| 117 |
value="Ready to enhance images!",
|
| 118 |
interactive=False
|
| 119 |
)
|