Yi Xie commited on
Commit
33b1631
·
1 Parent(s): a084c98

Use live mode

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -103,7 +103,7 @@ iface = gr.Interface(
103
  outputs='file',
104
  title='Web waifu2x-ios Model Converter',
105
  description='''
106
- Please upload the `.pth` model file on the `input_model` panel. After submitting please wait until the output `.wifm` model file appears on the `output` panel. Then simply click `Download` to download converted custom model.
107
  ''',
108
  article='''
109
  Supported models (from [upscale.wiki Model Database](https://upscale.wiki/wiki/Model_Database)):
@@ -112,5 +112,6 @@ Supported models (from [upscale.wiki Model Database](https://upscale.wiki/wiki/M
112
  Project: https://github.com/imxieyi/waifu2x-ios-model-converter
113
  Report issues: https://github.com/imxieyi/waifu2x-ios-model-converter/issues
114
  '''.format(models_string),
 
115
  )
116
  iface.launch()
 
103
  outputs='file',
104
  title='Web waifu2x-ios Model Converter',
105
  description='''
106
+ Please upload the `.pth` model file on the `input_model` panel. After uploading please wait until the output `.wifm` model file appears on the `output` panel. Then simply click `Download` to download converted custom model.
107
  ''',
108
  article='''
109
  Supported models (from [upscale.wiki Model Database](https://upscale.wiki/wiki/Model_Database)):
 
112
  Project: https://github.com/imxieyi/waifu2x-ios-model-converter
113
  Report issues: https://github.com/imxieyi/waifu2x-ios-model-converter/issues
114
  '''.format(models_string),
115
+ live=True,
116
  )
117
  iface.launch()