Spaces:
Sleeping
Sleeping
zeyadahmedd
commited on
Commit
·
1491312
1
Parent(s):
a78a11d
Update app.py
Browse files
app.py
CHANGED
@@ -10,5 +10,5 @@ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
10 |
|
11 |
iten=gr.Interface(fn=greet1, inputs="text", outputs="text",api_name="/testing")
|
12 |
|
13 |
-
app=gr.Interface(interfaces=[iface, iten]
|
14 |
app.launch()
|
|
|
10 |
|
11 |
iten=gr.Interface(fn=greet1, inputs="text", outputs="text",api_name="/testing")
|
12 |
|
13 |
+
app=gr.Interface(interfaces=[iface, iten])
|
14 |
app.launch()
|