mgokg commited on
Commit
9e7f00d
·
verified ·
1 Parent(s): c910c9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ if __name__ == '__main__':
224
 
225
  # Enter-Taste unterstützung
226
  input_textbox.submit(
227
- fn=ui_wrapper,
228
  inputs=input_textbox,
229
  outputs=[output_textbox, status_textbox]
230
  )
 
224
 
225
  # Enter-Taste unterstützung
226
  input_textbox.submit(
227
+ fn=generate,
228
  inputs=input_textbox,
229
  outputs=[output_textbox, status_textbox]
230
  )