Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import requests
|
|
3 |
import json
|
4 |
import os
|
5 |
|
6 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
7 |
API_KEY = os.getenv('API_KEY')
|
8 |
|
9 |
if not API_KEY:
|
|
|
3 |
import json
|
4 |
import os
|
5 |
|
6 |
+
API_URL = "https://api-inference.huggingface.co/models/openai-community/gpt2"
|
7 |
API_KEY = os.getenv('API_KEY')
|
8 |
|
9 |
if not API_KEY:
|