theotherdylan commited on
Commit
75ada15
·
1 Parent(s): b50e8e0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import ollama
4
  import gradio
5
 
6
 
7
- subprocess.run("curl -fsSL https://ollama.com/install.sh | sh")
8
 
9
  history = []
10
 
 
4
  import gradio
5
 
6
 
7
+ subprocess.run("curl -fsSL https://ollama.com/install.sh | sh", shell=True)
8
 
9
  history = []
10