dnth commited on
Commit
7b80721
1 Parent(s): 94a2135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
 
7
  def get_gpt_response(text):
8
  r = requests.post(
9
- url="https://hf.space/embed/akhaliq/gpt-j-6B/+/api/predict/",
10
  json={"data": [text]},
11
  )
12
  response = r.json()
 
6
 
7
  def get_gpt_response(text):
8
  r = requests.post(
9
+ url="https://hf.space/embed/dnth/gpt-j-6B/+/api/predict/",
10
  json={"data": [text]},
11
  )
12
  response = r.json()