Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
|
|
| 52 |
image_input = gr.Image(type="filepath", label="Upload Image")
|
| 53 |
key_input = gr.Textbox(label="Enter API-key")
|
| 54 |
upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
|
| 55 |
-
btn_clear = gr.ClearButton([image_input,key_input]
|
| 56 |
|
| 57 |
with gr.Column():
|
| 58 |
text = gr.Textbox(label="Output")
|
|
|
|
| 52 |
image_input = gr.Image(type="filepath", label="Upload Image")
|
| 53 |
key_input = gr.Textbox(label="Enter API-key")
|
| 54 |
upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
|
| 55 |
+
btn_clear = gr.ClearButton([image_input,key_input])
|
| 56 |
|
| 57 |
with gr.Column():
|
| 58 |
text = gr.Textbox(label="Output")
|