Spaces:
Runtime error
Runtime error
cybernatedArt
commited on
Commit
•
d6eccad
1
Parent(s):
d32e7b3
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,4 @@ interpretation='default'
|
|
26 |
|
27 |
enable_queue=True
|
28 |
|
29 |
-
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(
|
30 |
-
examples_per_page = 2
|
31 |
-
).launch(share=True)
|
|
|
26 |
|
27 |
enable_queue=True
|
28 |
|
29 |
+
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(256,256)), outputs=gr.outputs.Label(num_top_classes=4) ).launch(share=True)
|
|
|
|