Ceetar commited on
Commit
e46a9ad
1 Parent(s): e010496

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # model: https://huggingface.co/osanseviero/BigGAN-deep-128
2
+ # HF blog: https://huggingface.co/blog/gradio-spaces
3
+ # pip install gradio before running code below
4
+
5
+ import gradio as gr
6
+
7
+ gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128").launch()