eduardo-alvarez
commited on
Commit
•
06cfc0b
1
Parent(s):
5956ac4
Update app.py
Browse files
app.py
CHANGED
@@ -5,9 +5,9 @@ import os
|
|
5 |
import gradio
|
6 |
|
7 |
# work around due to HF Spaces bug
|
8 |
-
if gradio.__version__ != '4.16.0':
|
9 |
-
os.system("pip uninstall -y gradio")
|
10 |
-
os.system("pip install gradio==4.16.0")
|
11 |
|
12 |
import gradio as gr
|
13 |
|
|
|
5 |
import gradio
|
6 |
|
7 |
# work around due to HF Spaces bug
|
8 |
+
#if gradio.__version__ != '4.16.0':
|
9 |
+
# os.system("pip uninstall -y gradio")
|
10 |
+
# os.system("pip install gradio==4.16.0")
|
11 |
|
12 |
import gradio as gr
|
13 |
|