tlodato commited on
Commit
5ef8470
·
1 Parent(s): 46ee35a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ filepath = "https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_f
9
  question = "what color is the bus?"
10
 
11
  def vqa(image:str, prompt:str):
12
- result = client.predict(image,prompt,fn_index=3)
13
- return result
14
 
15
  css = """
16
  #mkd {
 
9
  question = "what color is the bus?"
10
 
11
  def vqa(image:str, prompt:str):
12
+ print("here")
13
+ return client.predict(image,prompt,fn_index=3).lstrip()
14
 
15
  css = """
16
  #mkd {