ImageTest / app.py
Ceetar's picture
Create app.py
e46a9ad
raw
history blame contribute delete
251 Bytes
# model: https://huggingface.co/osanseviero/BigGAN-deep-128
# HF blog: https://huggingface.co/blog/gradio-spaces
# pip install gradio before running code below
import gradio as gr
gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128").launch()