Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,10 +85,10 @@ example_list
|
|
| 85 |
demo = gr.Interface(fn=predict_number,
|
| 86 |
inputs=gr.Image(type="pil"),
|
| 87 |
outputs=[gr.Label(num_top_classes=10, label="Predictions")],
|
| 88 |
-
examples=example_list,
|
| 89 |
title=title,
|
| 90 |
description=description,
|
| 91 |
article=article)
|
| 92 |
|
| 93 |
|
| 94 |
-
demo.launch()
|
|
|
|
| 85 |
demo = gr.Interface(fn=predict_number,
|
| 86 |
inputs=gr.Image(type="pil"),
|
| 87 |
outputs=[gr.Label(num_top_classes=10, label="Predictions")],
|
| 88 |
+
#examples=example_list,
|
| 89 |
title=title,
|
| 90 |
description=description,
|
| 91 |
article=article)
|
| 92 |
|
| 93 |
|
| 94 |
+
demo.launch(cache_examples=False)
|