Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,4 +23,4 @@ label = gr.Label(num_top_classes=3)
|
|
| 23 |
title="Gradio Image Classifiction + interpretation Example"
|
| 24 |
gr.Interface(
|
| 25 |
fn=classify_image, inputs=image, outputs=label, interpretation="default",title=title
|
| 26 |
-
).launch(auth=("admin", "pass1234"))
|
|
|
|
| 23 |
title="Gradio Image Classifiction + interpretation Example"
|
| 24 |
gr.Interface(
|
| 25 |
fn=classify_image, inputs=image, outputs=label, interpretation="default",title=title
|
| 26 |
+
).launch(enable_queue=False, auth=("admin", "pass1234"))
|