paperswithcode_nbow / pages /1_Retrieval_App.py
lambdaofgod's picture
app refactor and new models
568499b
raw
history blame contribute delete
78 Bytes
from app_implementation import RetrievalApp
app = RetrievalApp()
app.main()