T3lli commited on
Commit
461ffd9
·
verified ·
1 Parent(s): 7b293ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -39,6 +39,7 @@ def respond(
39
  response += token
40
  yield response
41
 
 
42
 
43
  """
44
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
39
  response += token
40
  yield response
41
 
42
+ gr.Interface(fn=image_classifier, inputs="image", outputs="label")
43
 
44
  """
45
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface