feng2022 commited on
Commit
f362ec9
1 Parent(s): 6443665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def main():
65
  fn=predict,
66
  inputs='text',
67
  outputs='text',
68
- examples=[[f'{result}']]
69
  )
70
 
71
  iface.launch()
 
65
  fn=predict,
66
  inputs='text',
67
  outputs='text',
68
+ examples=[f'result']
69
  )
70
 
71
  iface.launch()