Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -197,7 +197,7 @@ with gr.Blocks() as app:
|
|
| 197 |
with gr.Tab("Frames"):
|
| 198 |
with gr.Row():
|
| 199 |
frame_btn = gr.Button("Get Frames")
|
| 200 |
-
|
| 201 |
|
| 202 |
with gr.Row():
|
| 203 |
with gr.Column():
|
|
|
|
| 197 |
with gr.Tab("Frames"):
|
| 198 |
with gr.Row():
|
| 199 |
frame_btn = gr.Button("Get Frames")
|
| 200 |
+
frame_stat=gr.Textbox("Status")
|
| 201 |
|
| 202 |
with gr.Row():
|
| 203 |
with gr.Column():
|