Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import logging
|
3 |
from typing import Tuple, Dict, Any
|
|
|
1 |
+
import sys
|
2 |
+
import os
|
3 |
+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 'src')))
|
4 |
import gradio as gr
|
5 |
import logging
|
6 |
from typing import Tuple, Dict, Any
|
src/optimizations/__pycache__/onnx_conversion.cpython-310.pyc
ADDED
Binary file (1.88 kB). View file
|
|
src/utilities/__pycache__/push_to_hub.cpython-310.pyc
ADDED
Binary file (2.85 kB). View file
|
|
src/utilities/__pycache__/resources.cpython-310.pyc
ADDED
Binary file (2.18 kB). View file
|
|