Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
nekoniii3
/
V_Express_Sample
like
0
Sleeping
App
Files
Files
Community
nekoniii3
commited on
Jun 9
Commit
2da4d12
•
1 Parent(s):
81ae7f5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,6 +1,9 @@
1
import gradio as gr
2
import subprocess
3
4
def greet(name):
5
6
cmd = ["lsb_release", "-a"]
1
import gradio as gr
2
import subprocess
3
4
+
import spaces
5
+
6
+
@spaces.GPU
7
def greet(name):
8
9
cmd = ["lsb_release", "-a"]