jaumaras commited on
Commit
9c6aac2
·
1 Parent(s): f9160b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -8,7 +8,4 @@ def hello_world2(name):
8
  return "HEllo..." + name +"!!!!"
9
 
10
  interface = gr.Interface(fn = hello_world, inputs='text',outputs="text")
11
- interface.launch()
12
-
13
- interface2 = gr.Interface(fn = hello_world2, inputs='text',outputs="text")
14
- interface2.launch()
 
8
  return "HEllo..." + name +"!!!!"
9
 
10
  interface = gr.Interface(fn = hello_world, inputs='text',outputs="text")
11
+ interface.launch()