Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,7 +229,7 @@ with gr.Blocks(css = css) as app:
|
|
| 229 |
btn = gr.Button("Annotate")
|
| 230 |
with gr.Column():
|
| 231 |
answer = gr.TextArea(label="Answer")
|
| 232 |
-
|
| 233 |
|
| 234 |
|
| 235 |
btn.click(gradio_predict, inputs=[video,image, question], outputs=answer)
|
|
|
|
| 229 |
btn = gr.Button("Annotate")
|
| 230 |
with gr.Column():
|
| 231 |
answer = gr.TextArea(label="Answer")
|
| 232 |
+
df = gr.Dataframe(label="CSV")
|
| 233 |
|
| 234 |
|
| 235 |
btn.click(gradio_predict, inputs=[video,image, question], outputs=answer)
|