Junjie96 commited on
Commit
c08a85b
·
verified ·
1 Parent(s): 2f335f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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 ridough the city, holding a wooden sign that says \"TongYi\".",
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
- # block.launch(server_name='0.0.0.0', share=False, server_port=9999, max_threads=3)
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)