Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
supertv
/
GOTS-AI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GOTS-AI
/
app.py
supertv
Update app.py
c9f5995
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
193 Bytes
import
gradio
as
gr
from
transformers
import
AutoTokenizer, AutoModelForCausalLM
import
transformers
import
torch
gr.Interface.load(
"models/radames/stable-diffusion-v1-5-img2img"
).launch()