Leyo commited on
Commit
2a3ed29
β€’
1 Parent(s): 9440c4d

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +6 -0
app_dialogue.py CHANGED
@@ -96,6 +96,12 @@ EXAMPLES = [
96
  "files": [f"{examples_path}/example_images/paper_with_text.png"],
97
  }
98
  ],
 
 
 
 
 
 
99
  ]
100
 
101
  API_TOKEN = os.getenv("HF_AUTH_TOKEN")
 
96
  "files": [f"{examples_path}/example_images/paper_with_text.png"],
97
  }
98
  ],
99
+ [
100
+ {
101
+ "text": "Can this happen in real life?",
102
+ "files": [f"{examples_path}/example_images/elephant_spider_web.webp"],
103
+ }
104
+ ],
105
  ]
106
 
107
  API_TOKEN = os.getenv("HF_AUTH_TOKEN")