Spaces:
Running
Running
Update app.py
Browse files
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)
|