Update app.py
Browse files
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
|