cycool29 commited on
Commit
0439cf9
Β·
1 Parent(s): d650af6
handetect/__init.py β†’ __init.py RENAMED
File without changes
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import handetect.predict as predict
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