Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def predict(image: Image.Image):
|
|
12 |
|
13 |
|
14 |
# Define the Gradio interface
|
15 |
-
gr.Interface(
|
16 |
fn=predict,
|
17 |
inputs=gr.Image(type="pil"),
|
18 |
outputs=[gr.Textbox(), gr.Textbox()],
|
|
|
12 |
|
13 |
|
14 |
# Define the Gradio interface
|
15 |
+
demo = gr.Interface(
|
16 |
fn=predict,
|
17 |
inputs=gr.Image(type="pil"),
|
18 |
outputs=[gr.Textbox(), gr.Textbox()],
|