Spaces:
Running
Running
Stefano Fiorucci
commited on
Commit
•
3836a0c
1
Parent(s):
2b34ac2
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: blue
|
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.10.0
|
8 |
app_file: Rock_fact_checker.py
|
9 |
-
pinned:
|
10 |
models: [sentence-transformers/msmarco-distilbert-base-tas-b, microsoft/deberta-v2-xlarge-mnli]
|
11 |
license: apache-2.0
|
12 |
---
|
@@ -78,4 +78,4 @@ While keeping this simple approach, some **improvements** could be made:
|
|
78 |
* `cd fact-checking-rocks`
|
79 |
* `pip install -r requirements.txt`
|
80 |
|
81 |
-
To run the web app, simply type: `streamlit run Rock_fact_checker.py`
|
|
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.10.0
|
8 |
app_file: Rock_fact_checker.py
|
9 |
+
pinned: false
|
10 |
models: [sentence-transformers/msmarco-distilbert-base-tas-b, microsoft/deberta-v2-xlarge-mnli]
|
11 |
license: apache-2.0
|
12 |
---
|
|
|
78 |
* `cd fact-checking-rocks`
|
79 |
* `pip install -r requirements.txt`
|
80 |
|
81 |
+
To run the web app, simply type: `streamlit run Rock_fact_checker.py`
|