File size: 358 Bytes
38a4d89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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