vilarin commited on
Commit
577f4c8
1 Parent(s): ea299a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ model = "gemma2:27b"
2
 
3
  import os
4
 
5
- os.system("sudo apt install lshw")
6
  os.system("curl https://ollama.ai/install.sh | sh")
7
 
8
  import nest_asyncio
 
2
 
3
  import os
4
 
 
5
  os.system("curl https://ollama.ai/install.sh | sh")
6
 
7
  import nest_asyncio