typo
Browse files- README.md +1 -1
- index.html +7 -8
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Huggingface On Sheets
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: static
|
|
|
1 |
---
|
2 |
title: Huggingface On Sheets
|
3 |
+
emoji: 📈
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: static
|
index.html
CHANGED
@@ -11,15 +11,14 @@
|
|
11 |
<h1>Hugging Face Sheets add-on</h1>
|
12 |
<p>Hugging Face in your spreadsheet?</p>
|
13 |
<p>Because spreadsheets can be incredibly useful for journalists, this project connects Hugging Face Inference API with Google Sheets. Handy for prompting, extraction, classification, translation, etc.</p>
|
14 |
-
<img
|
15 |
-
|
16 |
-
<h2>Steps</h2>
|
17 |
<ol>
|
18 |
-
<li>You will need to create a script in Google Sheets (Extensions > Apps Script).</li>
|
19 |
-
<li>Replace the existing code with <a href="code.gs" target="_blank">this script</a> and save it.</li>
|
20 |
-
<li>Back in the Sheet, you should see a new tab called "Hugging Sheets".</li>
|
21 |
-
<li>Click on it and add your API key.</li>
|
22 |
-
<li>Voilà!</li>
|
23 |
</ol>
|
24 |
<p><strong>Note:</strong> To generate your API key, click on the <a href="https://huggingface.co/settings/tokens">Access Token tab in your Hugging Face settings</a>.</p>
|
25 |
<p>Tested with llama 8b and 70b, and mixtral, e.g.:</p>
|
|
|
11 |
<h1>Hugging Face Sheets add-on</h1>
|
12 |
<p>Hugging Face in your spreadsheet?</p>
|
13 |
<p>Because spreadsheets can be incredibly useful for journalists, this project connects Hugging Face Inference API with Google Sheets. Handy for prompting, extraction, classification, translation, etc.</p>
|
14 |
+
<img src="demo.gif" width="100%">
|
15 |
+
<h3>Steps</h3>
|
|
|
16 |
<ol>
|
17 |
+
<li><p>You will need to create a script in Google Sheets (Extensions > Apps Script).</p></li>
|
18 |
+
<li><p>Replace the existing code with <a href="code.gs" target="_blank">this script</a> and save it.</p></li>
|
19 |
+
<li><p>Back in the Sheet, you should see a new tab called "Hugging Sheets".</p></li>
|
20 |
+
<li><p>Click on it and add your API key.</p></li>
|
21 |
+
<li><p>Voilà!</p></li>
|
22 |
</ol>
|
23 |
<p><strong>Note:</strong> To generate your API key, click on the <a href="https://huggingface.co/settings/tokens">Access Token tab in your Hugging Face settings</a>.</p>
|
24 |
<p>Tested with llama 8b and 70b, and mixtral, e.g.:</p>
|