KShoichi commited on
Commit
aa3b427
·
verified ·
1 Parent(s): 1d45303

Upload app/api/__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app/api/__init__.py +7 -0
app/api/__init__.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ from .predict import router as predict
2
+ from .train import router as train
3
+ from .status import router as status
4
+ from .dashboard import router as dashboard
5
+ from .batch_predict import router as batch_predict
6
+ from .monitor import router as monitor
7
+ from .playground import router as playground