Spaces:
Runtime error
Runtime error
Copy button added
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ image = gr.Image(type="pil", label="Image")
|
|
8 |
question = gr.Textbox(label="Question")
|
9 |
|
10 |
# Output for the interface
|
11 |
-
answer = gr.Textbox(label="Predicted answer", show_label=True)
|
12 |
|
13 |
# Examples for the interface
|
14 |
examples = [
|
|
|
8 |
question = gr.Textbox(label="Question")
|
9 |
|
10 |
# Output for the interface
|
11 |
+
answer = gr.Textbox(label="Predicted answer", show_label=True, show_copy_button=True)
|
12 |
|
13 |
# Examples for the interface
|
14 |
examples = [
|