Upload with huggingface_hub
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- 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
|
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
|
1677 |
|
|
|
1673 |
"""
|
1674 |
)
|
1675 |
|
1676 |
+
block.launch(server_name="0.0.0.0", server_port=8221)
|
1677 |
|