Reverent commited on
Commit
de4a9bf
·
1 Parent(s): d26b817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def warmer():
17
  api_name="/predict"
18
  )
19
  text_output_2,image_output_2 = client.predict(
20
- "atleiwarm0001", # str in 'message' Textbox component
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
  )