Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tonyassi
/
MGM-Film-Diffusion
like
23
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
25c6542
MGM-Film-Diffusion
/
app.py
tonyassi
Update app.py
3408293
over 1 year ago
raw
Copy download link
history
blame
Safe
171 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/EleutherAI/gpt-j-6B"
,
inputs=gr.Textbox(lines=
5
, label=
"Input Text"
)
# customizes the input component
).launch()