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

Update app.py

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