Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import json
|
2 |
import requests
|
|
|
|
|
3 |
API_TOKEN='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'
|
4 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
5 |
API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
|
|
|
1 |
import json
|
2 |
import requests
|
3 |
+
import gradio as gr
|
4 |
+
|
5 |
API_TOKEN='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'
|
6 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
7 |
API_URL = "https://api-inference.huggingface.co/models/EleutherAI/gpt-j-6B"
|