Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1056,7 +1056,7 @@ def create_interface() -> gr.Blocks():
|
|
1056 |
|
1057 |
# Progress Indicator
|
1058 |
with gr.Row():
|
1059 |
-
progress = gr.Progress(
|
1060 |
|
1061 |
# Connect buttons to their respective functions
|
1062 |
start_button.click(
|
|
|
1056 |
|
1057 |
# Progress Indicator
|
1058 |
with gr.Row():
|
1059 |
+
progress = gr.Progress()
|
1060 |
|
1061 |
# Connect buttons to their respective functions
|
1062 |
start_button.click(
|