Reverent commited on
Commit
096633b
·
1 Parent(s): e598102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"