Yaron Koresh commited on
Commit
9085a23
·
verified ·
1 Parent(s): c3c961a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"]="8000"
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)