Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dimentox
/
sd-heightmapstyle
like
1
Runtime error
App
Files
Files
Community
dimentox
commited on
Nov 25, 2023
Commit
eb9a73b
•
1 Parent(s):
0b39b7d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/dimentox/heightmapstyle").launch()
1
import gradio as gr
2
3
+
gr.load("models/dimentox/heightmapstyle").launch(
port=8502
)