Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def inference_image(img):
|
|
152 |
# outputs = "label",
|
153 |
|
154 |
# )
|
155 |
-
|
156 |
with demo:
|
157 |
gr.Markdown(
|
158 |
"""
|
|
|
152 |
# outputs = "label",
|
153 |
|
154 |
# )
|
155 |
+
demo = gr.Blocks()
|
156 |
with demo:
|
157 |
gr.Markdown(
|
158 |
"""
|