Spaces:
Running
on
Zero
Running
on
Zero
zero-gpu added
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
import cv2
|
7 |
import mediapipe as mp
|
8 |
import numpy as np
|
9 |
-
|
10 |
|
11 |
# Define the ASLClassifier model
|
12 |
class ASLClassifier(nn.Module):
|
|
|
6 |
import cv2
|
7 |
import mediapipe as mp
|
8 |
import numpy as np
|
9 |
+
import spaces
|
10 |
|
11 |
# Define the ASLClassifier model
|
12 |
class ASLClassifier(nn.Module):
|
requirements.txt
CHANGED
@@ -5,4 +5,4 @@ gradio
|
|
5 |
opencv-python
|
6 |
mediapipe
|
7 |
numpy
|
8 |
-
|
|
|
5 |
opencv-python
|
6 |
mediapipe
|
7 |
numpy
|
8 |
+
spaces
|