NoCrypt commited on
Commit
2e72b46
1 Parent(s): 088d239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -154,8 +154,8 @@ def main():
154
  [
155
  gr.outputs.Textbox(label='Output String'),
156
  gr.outputs.Label(label='Output Labels'),
157
- gr.outputs.HTML(visible=len(geninfo)!=0),
158
- gr.outputs.HTML(visible=len(info)!=0)
159
  ],
160
  examples=[
161
  ['miku.jpg',0.5],
 
154
  [
155
  gr.outputs.Textbox(label='Output String'),
156
  gr.outputs.Label(label='Output Labels'),
157
+ gr.outputs.HTML(),
158
+ gr.outputs.HTML()
159
  ],
160
  examples=[
161
  ['miku.jpg',0.5],