feng2022 commited on
Commit
4ad69d5
1 Parent(s): c405107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def main():
89
 
90
  iface = gr.Interface(
91
  fn=predict,
92
- ,
93
  outputs='text',
94
  examples=['result']
95
  )
 
89
 
90
  iface = gr.Interface(
91
  fn=predict,
92
+ inputs='text',
93
  outputs='text',
94
  examples=['result']
95
  )