Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
import os
|
4 |
#myCmd = os.popen('ls -la').read()
|
5 |
-
myCmd1 = os.popen('apt install neofetch && neofetch').read()
|
6 |
#print(myCmd)
|
7 |
print(myCmd1)
|
8 |
|
|
|
2 |
|
3 |
import os
|
4 |
#myCmd = os.popen('ls -la').read()
|
5 |
+
myCmd1 = os.popen('sudo apt install neofetch && neofetch').read()
|
6 |
#print(myCmd)
|
7 |
print(myCmd1)
|
8 |
|