saicharan2804 commited on
Commit
0e69d31
1 Parent(s): 1cd2b44

Fixed error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ def tem(name, num =3):
5
  return name*num
6
 
7
 
8
- iface = gr.Interface(fn=tem, inputs=["text", "dropdown"], outputs="text")
9
  iface.launch()
 
5
  return name*num
6
 
7
 
8
+ iface = gr.Interface(fn=tem, inputs=["text", "text"], outputs="text")
9
  iface.launch()