Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gabrielchua
/
open-notebooklm
like
1.07k
Running
on
T4
App
Files
Files
Community
20
Fetching metadata from the HF Docker repository...
gabrielchua
commited on
Sep 29, 2024
Commit
7d46371
·
1 Parent(s):
9db5d78
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()