abidlabs HF Staff commited on
Commit
3ec0ce8
·
verified ·
1 Parent(s): 1950f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
 
2
 
 
3
  def test():
4
  return "Hello"
5
 
 
1
  import gradio as gr
2
+ import spaces
3
 
4
+ @spaces.GPU
5
  def test():
6
  return "Hello"
7