Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
import os
|
| 2 |
os.system("chmod +x install.sh")
|
|
|
|
| 3 |
os.system("./install.sh")
|
| 4 |
-
os.system("
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
def greet(name):
|
|
|
|
| 1 |
import os
|
| 2 |
os.system("chmod +x install.sh")
|
| 3 |
+
os.system("chmod +x start.sh")
|
| 4 |
os.system("./install.sh")
|
| 5 |
+
os.system("./start.sh")
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
def greet(name):
|