Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
spitfire4794/photo
njavidfar
/
uai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
njavidfar
commited on
Mar 15
Commit
fc7c118
·
verified
·
1 Parent(s):
c02a27c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
3
-
gr.
Interface.
load("
models/
spitfire4794/photo")
.launch()
1
import gradio as gr
2
3
+
demo =
gr.load("spitfire4794/photo"
, src="models"
)
4
+
demo.launch()