Spaces:
Sleeping
Sleeping
saicharan2804
commited on
Commit
•
0e69d31
1
Parent(s):
1cd2b44
Fixed error
Browse files
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", "
|
9 |
iface.launch()
|
|
|
5 |
return name*num
|
6 |
|
7 |
|
8 |
+
iface = gr.Interface(fn=tem, inputs=["text", "text"], outputs="text")
|
9 |
iface.launch()
|