Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def warmer():
|
|
12 |
while True:
|
13 |
try:
|
14 |
text_output,image_output = client.predict(
|
15 |
-
"
|
16 |
"", # str (filepath or URL to image) in 'Upload any Image' Image component
|
17 |
api_name="/predict"
|
18 |
)
|
|
|
12 |
while True:
|
13 |
try:
|
14 |
text_output,image_output = client.predict(
|
15 |
+
"atleiwarm0001", # str in 'message' Textbox component
|
16 |
"", # str (filepath or URL to image) in 'Upload any Image' Image component
|
17 |
api_name="/predict"
|
18 |
)
|