Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,4 +55,4 @@ inputs = gr.Image(type='pil', label="Upload Image")
|
|
| 55 |
outputs = gr.Label(num_top_classes=5, label="Predictions") # Removed 'type' parameter
|
| 56 |
|
| 57 |
# Launch Gradio Interface
|
| 58 |
-
gr.Interface(inference, inputs, outputs, title="
|
|
|
|
| 55 |
outputs = gr.Label(num_top_classes=5, label="Predictions") # Removed 'type' parameter
|
| 56 |
|
| 57 |
# Launch Gradio Interface
|
| 58 |
+
gr.Interface(inference, inputs, outputs, title="DeepLens Explorer", description="Classify images using ResNet", analytics_enabled=False).launch()
|