Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
gabrielchua
/
open-notebooklm
like
1.09k
Build error
App
Files
Files
Community
21
Fetching metadata from the HF Docker repository...
gabrielchua
commited on
Sep 29, 2024
Commit
3d3227e
·
1 Parent(s):
02376ba
enable API
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -143,4 +143,4 @@ demo = gr.Interface(
143
)
144
145
if __name__ == "__main__":
146
-
demo.launch(
show_api=False
)
143
)
144
145
if __name__ == "__main__":
146
+
demo.launch()