Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,6 @@ custom_css = """
|
|
40 |
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description,
|
41 |
theme="gstaff/sketch", css=custom_css,
|
42 |
)
|
43 |
-
demo.launch(
|
44 |
|
45 |
|
|
|
40 |
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description,
|
41 |
theme="gstaff/sketch", css=custom_css,
|
42 |
)
|
43 |
+
demo.launch()
|
44 |
|
45 |
|