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

Add application files

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -9,8 +9,7 @@ def greet(name):
9
 
10
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
11
 
12
- demo.launch()
13
- """
14
  def greet(name1, name2):
15
  # Storing each input in a variable, you can process or save them as you like
16
  str1 = name1 ## openai
@@ -56,4 +55,4 @@ input_boxes = [
56
 
57
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
58
  iface.launch()
59
- """
 
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
15
  str1 = name1 ## openai
 
55
 
56
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
57
  iface.launch()
58
+ '''