Spaces:
Sleeping
Sleeping
trying some changes so it may work
Browse files
app.py
CHANGED
|
@@ -62,4 +62,4 @@ demo = gr.Interface(fn = predict,inputs = gr.Image(type = "pil"),
|
|
| 62 |
outputs = [gr.Label(num_top_classes=3, label = "predictions") , gr.Number(label = "prediciton time(s)")],
|
| 63 |
examples = example_list,
|
| 64 |
title = title , description = description, article = article)
|
| 65 |
-
demo.launch(
|
|
|
|
| 62 |
outputs = [gr.Label(num_top_classes=3, label = "predictions") , gr.Number(label = "prediciton time(s)")],
|
| 63 |
examples = example_list,
|
| 64 |
title = title , description = description, article = article)
|
| 65 |
+
demo.launch() # to avoid showing of error, we dont need share = true as it cant be handled by higging face spaces
|