zeyadahmedd commited on
Commit
1491312
·
1 Parent(s): a78a11d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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], share=True)
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()