Spaces:
Sleeping
Sleeping
remove sudo to fix init check
Browse fileslog
[15:11:39] INFO Starting gradio interface.. app.py:187
sh: 1: google-chrome: not found
CRITICAL Google Chrome is not installed app.py:21
INFO Trying to install chrome.. app.py:23
scripts/chrome-setup.sh: line 3: sudo: command not found
scripts/chrome-setup.sh: line 4: sudo: command not found
- scripts/chrome-setup.sh +2 -2
scripts/chrome-setup.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
|
4 |
-
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
4 |
+
dpkg -i google-chrome-stable_current_amd64.deb
|