Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hamza50/public-json
hamza50
/
public-json-related-questions
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b50317d
public-json-related-questions
/
app.py
hamza50
Update app.py
b50317d
about 2 years ago
raw
Copy download link
history
blame
Safe
167 Bytes
import
gradio
as
gr
import
os
HF_token = os.environ.get(
'HF_token'
)
iface = gr.load(
'hamza50/json-api-only-questions'
, src=
'spaces'
, api_key=HF_token )
iface.launch()