Spaces:
Build error
Build error
RTFM
Browse files
app.py
CHANGED
|
@@ -16,5 +16,5 @@ examples = ["b.png", "eob.jpg"]
|
|
| 16 |
|
| 17 |
interpretation ='default'
|
| 18 |
|
| 19 |
-
gr.Interface(fn=predict,
|
| 20 |
|
|
|
|
| 16 |
|
| 17 |
interpretation ='default'
|
| 18 |
|
| 19 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,examples=examples,interpretation=interpretation).launch(share=True)
|
| 20 |
|