wop commited on
Commit
42fdfb8
·
verified ·
1 Parent(s): 46c0ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ async def ai(ctx, *, input_text: str):
46
  """Ask our AI model a question. (Session resets every 1 message!)"""\
47
 
48
  try:
49
- client = grc("https://wop-xxx-opengpt.hf.space/")
50
  result = client.predict(
51
  input_text,
52
  0.9,
 
46
  """Ask our AI model a question. (Session resets every 1 message!)"""\
47
 
48
  try:
49
+ client = grc.Client("https://wop-xxx-opengpt.hf.space/")
50
  result = client.predict(
51
  input_text,
52
  0.9,