Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,9 +30,6 @@ def query(payload):
|
|
| 30 |
response = requests.post(API_URL, headers=headers, json=payload)
|
| 31 |
return response.json()
|
| 32 |
|
| 33 |
-
|
| 34 |
-
output = query({"inputs": f"{message.content}",})
|
| 35 |
-
|
| 36 |
|
| 37 |
@bot.event
|
| 38 |
async def on_ready():
|
|
|
|
| 30 |
response = requests.post(API_URL, headers=headers, json=payload)
|
| 31 |
return response.json()
|
| 32 |
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
@bot.event
|
| 35 |
async def on_ready():
|