Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def warmer():
|
|
17 |
api_name="/predict"
|
18 |
)
|
19 |
text_output_2,image_output_2 = client.predict(
|
20 |
-
"
|
21 |
"", # str (filepath or URL to image) in 'Upload any Image' Image component
|
22 |
api_name="/predict"
|
23 |
)
|
|
|
17 |
api_name="/predict"
|
18 |
)
|
19 |
text_output_2,image_output_2 = client.predict(
|
20 |
+
"atleiwarm0002", # str in 'message' Textbox component
|
21 |
"", # str (filepath or URL to image) in 'Upload any Image' Image component
|
22 |
api_name="/predict"
|
23 |
)
|