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

Add application files

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import subprocess
3
 
4
- """
5
  import gradio as gr
6
 
7
  def greet(name):
@@ -56,4 +56,4 @@ input_boxes = [
56
 
57
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
58
  iface.launch()
59
-
 
1
  import gradio as gr
2
  import subprocess
3
 
4
+
5
  import gradio as gr
6
 
7
  def greet(name):
 
56
 
57
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
58
  iface.launch()
59
+ """