cyrus28214 commited on
Commit
07aab95
·
verified ·
1 Parent(s): 8b5f884

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ demo = gr.ChatInterface(
97
  fn=respond,
98
  examples=[[{
99
  "text": "Solve this question.",
100
- "files": [ "./example.png" ]
101
  }
102
  ]],
103
  multimodal=True,
 
97
  fn=respond,
98
  examples=[[{
99
  "text": "Solve this question.",
100
+ "files": [ "example.png" ]
101
  }
102
  ]],
103
  multimodal=True,