Ahsen Khaliq commited on
Commit
d6be5e1
·
1 Parent(s): 1906885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import os
2
  import gradio as gr
3
  import sys
4
 
 
 
5
  os.system("git clone https://github.com/AK391/PAMA.git")
6
 
7
  os.chdir('PAMA')
 
2
  import gradio as gr
3
  import sys
4
 
5
+ os.system("pip install gradio==2.4.6")
6
+
7
  os.system("git clone https://github.com/AK391/PAMA.git")
8
 
9
  os.chdir('PAMA')