Spaces:
Running
Running
Commit
·
8392b33
1
Parent(s):
0ecf059
Add application files
Browse files
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 |
+
|