Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,10 +5,10 @@ os.system("chmod +x pre.sh")
|
|
| 5 |
os.system("./pre.sh")
|
| 6 |
os.system("./install.sh")
|
| 7 |
os.system("./start.sh")
|
| 8 |
-
import gradio as gr
|
| 9 |
|
| 10 |
-
def greet(name):
|
| 11 |
-
return "Hello " + name + "!!"
|
| 12 |
|
| 13 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 14 |
-
demo.launch()
|
|
|
|
| 5 |
os.system("./pre.sh")
|
| 6 |
os.system("./install.sh")
|
| 7 |
os.system("./start.sh")
|
| 8 |
+
# import gradio as gr
|
| 9 |
|
| 10 |
+
# def greet(name):
|
| 11 |
+
# return "Hello " + name + "!!"
|
| 12 |
|
| 13 |
+
# demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 14 |
+
# demo.launch()
|