Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ custom_css = """
|
|
37 |
"""
|
38 |
|
39 |
# Launch the Gradio interface with custom HTML and CSS
|
40 |
-
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="
|
41 |
theme="gstaff/sketch", css=custom_css,
|
42 |
)
|
43 |
demo.launch()
|
|
|
37 |
"""
|
38 |
|
39 |
# Launch the Gradio interface with custom HTML and CSS
|
40 |
+
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="text", title=title, description=description,
|
41 |
theme="gstaff/sketch", css=custom_css,
|
42 |
)
|
43 |
demo.launch()
|