Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def sendErrorMessage(ws, errorMessage):
|
|
62 |
async def askQuestion(question):
|
63 |
try:
|
64 |
response = requests.post(
|
65 |
-
"https://flowiseai-flowise.hf.space/api/v1/prediction/
|
66 |
headers={"Content-Type": "application/json"},
|
67 |
json={"question": question},
|
68 |
)
|
|
|
62 |
async def askQuestion(question):
|
63 |
try:
|
64 |
response = requests.post(
|
65 |
+
"https://flowiseai-flowise.hf.space/api/v1/prediction/8fd03bee-7752-484f-844f-bdae1e4cb4fe",
|
66 |
headers={"Content-Type": "application/json"},
|
67 |
json={"question": question},
|
68 |
)
|