Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
templates
/
gradio-oauth
like
20
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Wauplin
HF Staff
commited on
Jul 18, 2023
Commit
cee7f10
·
1 Parent(s):
2f2294d
fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import subprocess
2
3
-
subprocess.
call
("bash install.sh")
4
5
import gradio as gr
6
import gradio.utils
1
import subprocess
2
3
+
subprocess.
run
(
[
"bash
",
"
install.sh"
]
)
4
5
import gradio as gr
6
import gradio.utils