1toTree commited on
Commit
6dc1d5d
1 Parent(s): 658cdf9

Upload with huggingface_hub

Browse files
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +1 -1
  2. app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -1673,5 +1673,5 @@ Despite how impressive being able to turn text into image is, beware to the fact
1673
  """
1674
  )
1675
 
1676
- block.launch(server_name="0.0.0.0", server_port=8221,share=True)
1677
 
 
1673
  """
1674
  )
1675
 
1676
+ block.launch(server_name="0.0.0.0", server_port=8221)
1677
 
app.py CHANGED
@@ -1673,5 +1673,5 @@ Despite how impressive being able to turn text into image is, beware to the fact
1673
  """
1674
  )
1675
 
1676
- block.launch(server_name="0.0.0.0", server_port=8221,share=True)
1677
 
 
1673
  """
1674
  )
1675
 
1676
+ block.launch(server_name="0.0.0.0", server_port=8221)
1677