Spaces:
Runtime error
Runtime error
Commit
·
52107ab
1
Parent(s):
bdf98c1
Update app.py
Browse files
app.py
CHANGED
@@ -249,11 +249,7 @@ example_list = [[str(filepath)] for filepath in random.sample(test_data_paths, k
|
|
249 |
example_list
|
250 |
|
251 |
# Import/install Gradio
|
252 |
-
|
253 |
-
import gradio as gr
|
254 |
-
except:
|
255 |
-
!pip -q install gradio
|
256 |
-
import gradio as gr
|
257 |
|
258 |
print(f"Gradio version: {gr.__version__}")
|
259 |
|
|
|
249 |
example_list
|
250 |
|
251 |
# Import/install Gradio
|
252 |
+
import gradio as gr
|
|
|
|
|
|
|
|
|
253 |
|
254 |
print(f"Gradio version: {gr.__version__}")
|
255 |
|