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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -3,7 +3,9 @@
3
 
4
 
5
 
6
-
 
 
7
  #@title DECIPHER THE CODE EXPLAINER
8
  import gradio as gr
9
  import google.generativeai as palm
 
3
 
4
 
5
 
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