Spaces:
Runtime error
Runtime error
ivelin
commited on
Commit
·
3d33b8d
1
Parent(s):
671732c
fix: bugs
Browse filesSigned-off-by: ivelin <ivelin.eth@gmail.com>
app.py
CHANGED
@@ -88,6 +88,8 @@ demo = gr.Interface(fn=process_refexp,
|
|
88 |
title=title,
|
89 |
description=description,
|
90 |
article=article,
|
91 |
-
examples=examples
|
|
|
|
|
92 |
|
93 |
-
demo.launch(
|
|
|
88 |
title=title,
|
89 |
description=description,
|
90 |
article=article,
|
91 |
+
examples=examples,
|
92 |
+
cache_examples=True
|
93 |
+
)
|
94 |
|
95 |
+
demo.launch()
|