Himanshusingh commited on
Commit
33931db
1 Parent(s): a11ee17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def my_inference_function(name):
5
 
6
  gr_interface = gr.Interface(
7
  fn = "my_inference_function",
8
- input = "texts",
9
  outputs = "texts"
10
  )
11
 
 
5
 
6
  gr_interface = gr.Interface(
7
  fn = "my_inference_function",
8
+ inputs = "texts",
9
  outputs = "texts"
10
  )
11