Dongxu Li commited on
Commit
0314a2f
1 Parent(s): 6f077c8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ endpoint = Endpoint()
138
  examples = [
139
  ["house.png", "How could someone get out of the house?"],
140
  ["flower.jpg", "Question: What is this flower and where is it's origin? Answer:"],
141
- ["forbidden_city.webp", "In what dynasties was this place build?"],
142
  ]
143
 
144
  with gr.Blocks() as iface:
 
138
  examples = [
139
  ["house.png", "How could someone get out of the house?"],
140
  ["flower.jpg", "Question: What is this flower and where is it's origin? Answer:"],
141
+ ["forbidden_city.webp", "In what dynasties was this place built?"],
142
  ]
143
 
144
  with gr.Blocks() as iface: