Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import gradio as gr
|
|
14 |
import os
|
15 |
|
16 |
|
17 |
-
if gr.
|
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 |
|