Update
Browse files- handetect/__init.py β __init.py +0 -0
- app.py +1 -1
- handetect/augment.py β augment.py +0 -0
- handetect/configs.py β configs.py +0 -0
- handetect/data_loader.py β data_loader.py +0 -0
- handetect/eval.py β eval.py +0 -0
- handetect/models.py β models.py +0 -0
- handetect/predict.py β predict.py +0 -0
- handetect/train.py β train.py +0 -0
- handetect/tuning.py β tuning.py +0 -0
handetect/__init.py β __init.py
RENAMED
File without changes
|
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
import
|
3 |
|
4 |
|
5 |
def upload_file(files):
|
|
|
1 |
import gradio as gr
|
2 |
+
import predict as predict
|
3 |
|
4 |
|
5 |
def upload_file(files):
|
handetect/augment.py β augment.py
RENAMED
File without changes
|
handetect/configs.py β configs.py
RENAMED
File without changes
|
handetect/data_loader.py β data_loader.py
RENAMED
File without changes
|
handetect/eval.py β eval.py
RENAMED
File without changes
|
handetect/models.py β models.py
RENAMED
File without changes
|
handetect/predict.py β predict.py
RENAMED
File without changes
|
handetect/train.py β train.py
RENAMED
File without changes
|
handetect/tuning.py β tuning.py
RENAMED
File without changes
|