Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
w601sxs
/
concept-car-demo
like
0
Runtime error
App
Files
Files
Community
w601sxs
commited on
May 25, 2023
Commit
4699622
•
1 Parent(s):
7f38740
first push
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/circulus/sd-photoreal-real-v2").launch()