Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def create_demo():
|
|
31 |
demo = gr.Interface(
|
32 |
fn=prediction_function,
|
33 |
inputs=gr.Image(type="pil"),
|
34 |
-
outputs=gr.Label(num_top_classes=
|
35 |
)
|
36 |
demo.launch(auth=("admin", "Gr@ce"))
|
37 |
|
|
|
31 |
demo = gr.Interface(
|
32 |
fn=prediction_function,
|
33 |
inputs=gr.Image(type="pil"),
|
34 |
+
outputs=gr.Label(num_top_classes=525),
|
35 |
)
|
36 |
demo.launch(auth=("admin", "Gr@ce"))
|
37 |
|