Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ from diffusers.utils import load_image
|
|
21 |
#import jax
|
22 |
#import jax.numpy as jnp
|
23 |
|
24 |
-
os.environ["GRADIO_SERVER_PORT"]="
|
25 |
|
26 |
def port_inc():
|
27 |
os.environ["GRADIO_SERVER_PORT"]=str(int(os.getenv("GRADIO_SERVER_PORT"))+1)
|
|
|
21 |
#import jax
|
22 |
#import jax.numpy as jnp
|
23 |
|
24 |
+
os.environ["GRADIO_SERVER_PORT"]="7860"
|
25 |
|
26 |
def port_inc():
|
27 |
os.environ["GRADIO_SERVER_PORT"]=str(int(os.getenv("GRADIO_SERVER_PORT"))+1)
|