Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# API URL
|
| 5 |
-
API_URL = "https://startrz-proagents.hf.space/api/v1/prediction/
|
| 6 |
|
| 7 |
# Function to query the API
|
| 8 |
def query(payload):
|
|
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# API URL
|
| 5 |
+
API_URL = "https://startrz-proagents.hf.space/api/v1/prediction/cfd74bc6-8e07-4403-86d8-42b60a2901a6"
|
| 6 |
|
| 7 |
# Function to query the API
|
| 8 |
def query(payload):
|