Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
skumar9
/
fin_assist
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c984a74
fin_assist
/
app.py
skumar9
Update app.py
c984a74
over 1 year ago
raw
Copy download link
history
blame
Safe
181 Bytes
import
os
import
gradio
as
gr
read_key = os.environ.get(
'HF_TOKEN'
,
None
)
with
gr.Blocks()
as
demo1:
gr.load(
"skumar9/finspace"
, hf_token=read_key, src=
"spaces"
)
demo1.launch()