Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
anirudhs
/
Web-Researcher-Public
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2261f70
Web-Researcher-Public
/
app.py
anirudhs
changes to link
7bb6774
verified
4 months ago
raw
Copy download link
history
blame
Safe
200 Bytes
import
gradio
as
gr
import
os
hf_token = os.environ[
'HF_TOKEN'
]
iface = gr.load(name=
"anirudhs/web-researcher"
, hf_token=hf_token, src=
"spaces"
)
iface.queue(api_open=
False
).launch(show_api=
False
)