Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ def interface():
|
|
153 |
"assets/examples/1_mask.webp",
|
154 |
None,
|
155 |
None,
|
156 |
-
"Cartoon style. A sheep is
|
157 |
"assets/examples/1_output.webp",
|
158 |
],
|
159 |
[
|
@@ -350,6 +350,5 @@ if __name__ == "__main__":
|
|
350 |
|
351 |
gr.Markdown(citation)
|
352 |
|
353 |
-
block.launch(share=True, max_threads=10)
|
354 |
-
|
355 |
-
# block.launch(server_name='127.0.0.1', share=False, server_port=9999, allowed_paths=["/"])
|
|
|
153 |
"assets/examples/1_mask.webp",
|
154 |
None,
|
155 |
None,
|
156 |
+
"Cartoon style. A sheep is riding a skateboard and gliding through the city, holding a wooden sign that says \"TongYi\".",
|
157 |
"assets/examples/1_output.webp",
|
158 |
],
|
159 |
[
|
|
|
350 |
|
351 |
gr.Markdown(citation)
|
352 |
|
353 |
+
# block.launch(share=True, max_threads=10)
|
354 |
+
block.launch(server_name='0.0.0.0', share=False, server_port=9999, max_threads=10)
|
|