weathon commited on
Commit
035eb49
·
2 Parent(s): c5c2ec0 91d9f9d

Merge branch 'main' of https://huggingface.co/spaces/weathon/VSF

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ except ImportError:
4
  class spaces:
5
  @staticmethod
6
  def GPU(fn):
7
- return fn
8
 
9
  import gradio as gr
10
  import numpy as np
 
4
  class spaces:
5
  @staticmethod
6
  def GPU(fn):
7
+ return fn
8
 
9
  import gradio as gr
10
  import numpy as np