Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ demo = gr.Interface(
|
|
62 |
gr.Image(label="Uploaded image" if "Interface" in gr.__file__ else "Image"),
|
63 |
gr.Button(label="Submit", type="boolean")
|
64 |
],
|
65 |
-
outputs=gr.outputs.Textbox(label="Results")
|
66 |
live=True
|
67 |
)
|
68 |
demo.launch()
|
|
|
62 |
gr.Image(label="Uploaded image" if "Interface" in gr.__file__ else "Image"),
|
63 |
gr.Button(label="Submit", type="boolean")
|
64 |
],
|
65 |
+
outputs=gr.outputs.Textbox(label="Results"),
|
66 |
live=True
|
67 |
)
|
68 |
demo.launch()
|