Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,6 @@ from io import BytesIO
|
|
| 8 |
import gradio as gr
|
| 9 |
from huggingface_hub import hf_hub_download
|
| 10 |
|
| 11 |
-
model_dict = pickle.load(open('stacked_model_new.p', 'rb'))
|
| 12 |
-
|
| 13 |
labels = ['A','B','C','D','E','F','G','H','I','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y']
|
| 14 |
|
| 15 |
model_path = hf_hub_download(repo_id="Paulie-Aditya/SignSense-Model", filename="stacked_model_new.p")
|
|
|
|
| 8 |
import gradio as gr
|
| 9 |
from huggingface_hub import hf_hub_download
|
| 10 |
|
|
|
|
|
|
|
| 11 |
labels = ['A','B','C','D','E','F','G','H','I','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y']
|
| 12 |
|
| 13 |
model_path = hf_hub_download(repo_id="Paulie-Aditya/SignSense-Model", filename="stacked_model_new.p")
|