apply English UI
Browse files
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]
|
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")
|