paopaoka3325 commited on
Commit
0ecf059
·
1 Parent(s): b18cd84

Add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def greet(name):
8
  return "Hello " + name + "!"
9
 
10
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
11
-
12
  '''
13
  def greet(name1, name2):
14
  # Storing each input in a variable, you can process or save them as you like
 
8
  return "Hello " + name + "!"
9
 
10
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
11
+ demo.launch()
12
  '''
13
  def greet(name1, name2):
14
  # Storing each input in a variable, you can process or save them as you like