Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gabrielchua
/
open-notebooklm
like
1.05k
Running
on
T4
App
Files
Files
Community
19
Fetching metadata from the HF Docker repository...
knowsuchagency
commited on
Jun 9, 2024
Commit
50a37e0
·
1 Parent(s):
db8ccb7
chore: Update Gradio interface configuration and remove unnecessary fields
Browse files
Files changed (1)
hide
show
main.py
+1
-0
main.py
CHANGED
Viewed
@@ -107,6 +107,7 @@ demo = gr.Interface(
107
],
108
allow_flagging=False,
109
clear_btn=None,
110
)
111
112
demo.launch(
107
],
108
allow_flagging=False,
109
clear_btn=None,
110
+
head=os.getenv("HEAD"),
111
)
112
113
demo.launch(