Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ client = Client("https://reverent-atlei2.hf.space/",hf_token=hf_token_id)
|
|
11 |
def warmer():
|
12 |
while True:
|
13 |
try:
|
14 |
-
text_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"
|
|
|
11 |
def warmer():
|
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"
|