Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,8 @@ demo = gr.Interface(
|
|
| 49 |
gr.Number(label=" Prediction time in second")],
|
| 50 |
examples=example_list,
|
| 51 |
title=title,
|
| 52 |
-
description=description
|
|
|
|
| 53 |
)
|
| 54 |
demo.launch(share= False)
|
| 55 |
|
|
|
|
| 49 |
gr.Number(label=" Prediction time in second")],
|
| 50 |
examples=example_list,
|
| 51 |
title=title,
|
| 52 |
+
description=description,
|
| 53 |
+
cache_examples=False
|
| 54 |
)
|
| 55 |
demo.launch(share= False)
|
| 56 |
|