Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ demo = gr.Interface(inference,
|
|
321 |
title = title,
|
322 |
description = description,
|
323 |
examples = examples,
|
324 |
-
cache_examples=True
|
325 |
)
|
326 |
demo.launch()
|
327 |
|
|
|
321 |
title = title,
|
322 |
description = description,
|
323 |
examples = examples,
|
324 |
+
# cache_examples=True
|
325 |
)
|
326 |
demo.launch()
|
327 |
|