Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ from diffusers.utils import load_image
|
|
24 |
def port_inc():
|
25 |
env = os.getenv("CUSTOM_PORT")
|
26 |
if env == None:
|
27 |
-
os.environ["CUSTOM_PORT"]="
|
28 |
else:
|
29 |
os.environ["CUSTOM_PORT"]=str(int(env)+1)
|
30 |
|
|
|
24 |
def port_inc():
|
25 |
env = os.getenv("CUSTOM_PORT")
|
26 |
if env == None:
|
27 |
+
os.environ["CUSTOM_PORT"]="7860"
|
28 |
else:
|
29 |
os.environ["CUSTOM_PORT"]=str(int(env)+1)
|
30 |
|