Spaces:
Runtime error
Runtime error
vaishakgkumar
commited on
Commit
·
9af533e
1
Parent(s):
abcfdac
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import os
|
|
11 |
|
12 |
hf_token = os.environ.get('HUGGINGFACE_TOKEN')
|
13 |
|
|
|
14 |
# Functions to Wrap the Prompt Correctly
|
15 |
def wrap_text(text, width=90):
|
16 |
lines = text.split('\n')
|
|
|
11 |
|
12 |
hf_token = os.environ.get('HUGGINGFACE_TOKEN')
|
13 |
|
14 |
+
login(hf_token)
|
15 |
# Functions to Wrap the Prompt Correctly
|
16 |
def wrap_text(text, width=90):
|
17 |
lines = text.split('\n')
|