F-urkan commited on
Commit
d6ccbb6
·
verified ·
1 Parent(s): 1bccac2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ os.system("chmod +x start.sh")
4
  os.system("chmod +x pre.sh")
5
  os.system("./pre.sh")
6
  os.system("./install.sh")
7
- os.system("./start.sh")
8
  os.system("gritty --port 7860 --command bash --auto-restart")
9
 
10
  # import gradio as gr
 
4
  os.system("chmod +x pre.sh")
5
  os.system("./pre.sh")
6
  os.system("./install.sh")
7
+ # os.system("./start.sh")
8
  os.system("gritty --port 7860 --command bash --auto-restart")
9
 
10
  # import gradio as gr