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

Update app.py

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