rag / run.py
user
modifications for remote development using huggingface resouces
b5553ae
raw
history blame
71 Bytes
from app import app
if __name__ == '__main__':
app.run(debug=True)