Spaces:
Runtime error
Runtime error
charlesnchr
commited on
Commit
·
82c4e1a
1
Parent(s):
8b1a203
Disabled caching for examples
Browse files- app.py +2 -1
- tf_model.h5 +0 -3
app.py
CHANGED
@@ -89,7 +89,8 @@ interface = gr.Interface(fn=predict,
|
|
89 |
description=description,
|
90 |
article=article,
|
91 |
examples=examples,
|
92 |
-
allow_flagging='never'
|
|
|
93 |
)
|
94 |
interface.launch()
|
95 |
|
|
|
89 |
description=description,
|
90 |
article=article,
|
91 |
examples=examples,
|
92 |
+
allow_flagging='never',
|
93 |
+
cache_examples=False
|
94 |
)
|
95 |
interface.launch()
|
96 |
|
tf_model.h5
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0258ea75c11d977fae78f747902e48541c5e6996d3d5c700175454ffeb42aa0f
|
3 |
-
size 63661584
|
|
|
|
|
|
|
|