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
9f21987
•
1 Parent(s):
eb9a73b
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(
port
=8502)
1
import gradio as gr
2
3
+
gr.load("models/dimentox/heightmapstyle").launch(
server_port
=8502)