secilozksen's picture
Upload 8 files
38a4d89
|
raw
history blame
358 Bytes

QuestionAnsweringDemo

Create the environment

conda env create --file environment.yml

conda activate QADemo

After installing requirements, please make sure that you add huggingface authorization token to your ./.streamlit/secret.toml file.

It should be something like:

AUTH_TOKEN='your_auth_token_here'

Runing the app:

streamlit run demov2.py