tumuyan2 commited on
Commit
4a2f422
·
1 Parent(s): 3d74c8a

apply English UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,6 +390,6 @@ with gr.Blocks() as demo:
390
  [model_type_opt[0], "https://drive.google.com/file/d/1maYmC5yyzWCC42X5O0HeDuepsLFh7AV4/view?usp=drive_link"],
391
  [model_type_opt[0], "https://objectstorage.us-phoenix-1.oraclecloud.com/n/ax6ygfvpvzka/b/open-modeldb-files/o/1x-MangaJPEGHQ.pth"],
392
  ]
393
- example_input = gr.Examples(examples=examples, inputs=[input_type, url_input], label='示例模型链接')
394
 
395
  demo.launch(ssr_mode=False, server_name="0.0.0.0")
 
390
  [model_type_opt[0], "https://drive.google.com/file/d/1maYmC5yyzWCC42X5O0HeDuepsLFh7AV4/view?usp=drive_link"],
391
  [model_type_opt[0], "https://objectstorage.us-phoenix-1.oraclecloud.com/n/ax6ygfvpvzka/b/open-modeldb-files/o/1x-MangaJPEGHQ.pth"],
392
  ]
393
+ example_input = gr.Examples(examples=examples, inputs=[input_type, url_input])
394
 
395
  demo.launch(ssr_mode=False, server_name="0.0.0.0")