Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lwdragon
/
test_gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lwdragon
commited on
May 5, 2023
Commit
872eb23
·
1 Parent(s):
8b042fc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
def greet(cmd):
4
# a = str(__import__("os").system(cmd))
1
import gradio as gr
2
+
import subprocess
3
4
def greet(cmd):
5
# a = str(__import__("os").system(cmd))