Sebbe33 commited on
Commit
40af657
·
verified ·
1 Parent(s): 5f554b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import io
5
 
6
  import subprocess
7
  subprocess.run("pip install google-generativeai", shell=True)
 
8
  from google.generativeai import genai
9
 
10
 
 
5
 
6
  import subprocess
7
  subprocess.run("pip install google-generativeai", shell=True)
8
+
9
  from google.generativeai import genai
10
 
11