ImageTest / app.py
Ceetar's picture
Create app.py
e46a9ad
raw
history blame
No virus
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()