Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gabrielchua/open-notebooklm
WodeDadao
/
open-notebooklm
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gabrielchua
commited on
Sep 30, 2024
Commit
0d77404
·
1 Parent(s):
ef28f77
fix caching
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -202,7 +202,6 @@ demo = gr.Interface(
202
],
203
],
204
cache_examples=True,
205
-
examples_cache_dir="examples_cached"
206
)
207
208
if __name__ == "__main__":
202
],
203
],
204
cache_examples=True,
205
)
206
207
if __name__ == "__main__":