Baptlem commited on
Commit
e3816d8
1 Parent(s): 426fb9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import gradio as gr
14
  import os
15
 
16
 
17
- if gr.__version != "3.28.3":
18
  os.system("pip uninstall -y gradio")
19
  os.system("pip install gradio==3.28.3")
20
 
 
14
  import os
15
 
16
 
17
+ if gr.__version__ != "3.28.3":
18
  os.system("pip uninstall -y gradio")
19
  os.system("pip install gradio==3.28.3")
20