Spaces:
Paused
Paused
Update app.py
Browse files
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,
|