Spaces:
Runtime error
Runtime error
fix app
Browse files
app.py
CHANGED
@@ -72,5 +72,5 @@ model.load_state_dict(checkpoint,strict = False)
|
|
72 |
title = "Upside-Down Detector"
|
73 |
interpretation='default'
|
74 |
enable_queue=True
|
75 |
-
gr.Interface(fn=predict_image,inputs=gr.inputs.Image(shape=(256, 256)),outputs=gr.outputs.Label(num_top_classes=2),title=title,interpretation=interpretation).launch(
|
76 |
|
|
|
72 |
title = "Upside-Down Detector"
|
73 |
interpretation='default'
|
74 |
enable_queue=True
|
75 |
+
gr.Interface(fn=predict_image,inputs=gr.inputs.Image(shape=(256, 256)),outputs=gr.outputs.Label(num_top_classes=2),title=title,interpretation=interpretation).launch()
|
76 |
|