Adityadn commited on
Commit
db9fe62
1 Parent(s): cb91380

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -212,7 +212,7 @@ uiLaunch = gr.Interface(
212
  value=flags.desc_type_photo
213
  )
214
  ],
215
- outputs=text
216
  )
217
 
218
  uiLaunch.launch(show_api=False)
 
212
  value=flags.desc_type_photo
213
  )
214
  ],
215
+ outputs=gr.Textbox(type="text", label="Output", show_copy_button=True)
216
  )
217
 
218
  uiLaunch.launch(show_api=False)