Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
94e0305
1
Parent(s):
ceacc53
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,9 @@ import matplotlib.pyplot as plt
|
|
11 |
import gradio as gr
|
12 |
|
13 |
import os
|
14 |
-
os.system('pip install gradio')
|
|
|
|
|
15 |
|
16 |
import gradio as gr
|
17 |
|
|
|
11 |
import gradio as gr
|
12 |
|
13 |
import os
|
14 |
+
os.system('pip install gradio>=2.2.13')
|
15 |
+
os.system('pip freeze')
|
16 |
+
|
17 |
|
18 |
import gradio as gr
|
19 |
|