decodemai commited on
Commit
709e2ee
1 Parent(s): 7d03289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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"