tharun1507 commited on
Commit
b175f09
·
verified ·
1 Parent(s): 7c5d722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@
6
  import os
7
  os.system("pip uninstall -y gradio")
8
  os.system("pip install gradio==5.0.2")
 
9
  #@title DECIPHER THE CODE EXPLAINER
10
  import gradio as gr
11
  import google.generativeai as palm
 
6
  import os
7
  os.system("pip uninstall -y gradio")
8
  os.system("pip install gradio==5.0.2")
9
+ os.system(pip install --upgrade pip)
10
  #@title DECIPHER THE CODE EXPLAINER
11
  import gradio as gr
12
  import google.generativeai as palm