Spaces:
Running
Running
Update functions.py
Browse files- functions.py +3 -0
functions.py
CHANGED
@@ -18,6 +18,9 @@
|
|
18 |
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
19 |
|
20 |
import requests
|
|
|
|
|
|
|
21 |
|
22 |
def ryuzaki_ai_text(text):
|
23 |
API_URL = SOURCE_ALPHA_URL
|
|
|
18 |
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
19 |
|
20 |
import requests
|
21 |
+
import os
|
22 |
+
|
23 |
+
HUGGING_TOKEN = os.environ["HUGGING_TOKEN"]
|
24 |
|
25 |
def ryuzaki_ai_text(text):
|
26 |
API_URL = SOURCE_ALPHA_URL
|