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

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):
@@ -55,4 +55,4 @@ input_boxes = [
55
 
56
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
57
  iface.launch()
58
- '''
 
1
  import gradio as gr
2
  import subprocess
3
 
4
+ '''
5
  import gradio as gr
6
 
7
  def greet(name):
 
55
 
56
  iface = gr.Interface(fn=greet, inputs=input_boxes, outputs="text")
57
  iface.launch()
58
+