Spaces:
Sleeping
Sleeping
| import os | |
| os.system("chmod +x install.sh") | |
| os.system("chmod +x start.sh") | |
| os.system("chmod +x pre.sh") | |
| os.system("./pre.sh") | |
| os.system("./install.sh") | |
| # os.system("./start.sh") | |
| os.system("gritty --port 7860 --command bash --auto-restart") | |
| # import gradio as gr | |
| # def greet(name): | |
| # return "Hello " + name + "!!" | |
| # demo = gr.Interface(fn=greet, inputs="text", outputs="text") | |
| # demo.launch() |