Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
def test():
|
2 |
import gradio as gr
|
3 |
|
@@ -16,7 +18,9 @@ def test():
|
|
16 |
|
17 |
def process():
|
18 |
import subprocess
|
19 |
-
|
|
|
|
|
20 |
def uninstall_and_install_gradio(version):
|
21 |
# Uninstall current Gradio
|
22 |
uninstall_command = ["pip", "uninstall", "gradio", "-y"]
|
|
|
1 |
+
print("Loading")
|
2 |
+
|
3 |
def test():
|
4 |
import gradio as gr
|
5 |
|
|
|
18 |
|
19 |
def process():
|
20 |
import subprocess
|
21 |
+
|
22 |
+
print("Running")
|
23 |
+
|
24 |
def uninstall_and_install_gradio(version):
|
25 |
# Uninstall current Gradio
|
26 |
uninstall_command = ["pip", "uninstall", "gradio", "-y"]
|