Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Iryna
/
my_first
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
875672a
my_first
/
app.py
Iryna
Create app.py
875672a
over 3 years ago
raw
Copy download link
history
blame
92 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/lvwerra/codeparrot"
).launch(share=
True
);