Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from sklearn.preprocessing import LabelEncoder
|
|
8 |
|
9 |
def generate_schema(prompt):
|
10 |
"""Fetches schema from Hugging Face Spaces API."""
|
11 |
-
API_URL = "https://infinitymatter-
|
12 |
|
13 |
# Fetch API token securely
|
14 |
hf_token = st.secrets["hf_token"]
|
|
|
8 |
|
9 |
def generate_schema(prompt):
|
10 |
"""Fetches schema from Hugging Face Spaces API."""
|
11 |
+
API_URL = "https://infinitymatter-synthetic-data-generator.hf.space/"
|
12 |
|
13 |
# Fetch API token securely
|
14 |
hf_token = st.secrets["hf_token"]
|