Spaces:
Sleeping
Sleeping
starbotica
commited on
Commit
•
db38c42
1
Parent(s):
5dd2e80
Update app.py
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ description = "Un clasificador de imágenes entrenado sobre resnet18."
|
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|
18 |
|
19 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=2),title=title,description=description,interpretation=interpretation
|
|
|
16 |
interpretation='default'
|
17 |
enable_queue=True
|
18 |
|
19 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=2),title=title,description=description,interpretation=interpretation).launch()
|