fffiloni commited on
Commit
9e63812
·
verified ·
1 Parent(s): 42e7f68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def infer(image_string, question):
30
  client = Client("https://fffiloni-moondream1.hf.space/", hf_token=hf_token)
31
  result = client.predict(
32
  image = handle_file(image_in),
33
- question = question
34
  api_name="/predict"
35
  )
36
  print(result)
 
30
  client = Client("https://fffiloni-moondream1.hf.space/", hf_token=hf_token)
31
  result = client.predict(
32
  image = handle_file(image_in),
33
+ question = question,
34
  api_name="/predict"
35
  )
36
  print(result)