sitammeur commited on
Commit
782aea4
1 Parent(s): cd262ec

Copy button added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [