infinitymatter commited on
Commit
b6ebb80
·
verified ·
1 Parent(s): cab43a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-Synthetic_Data_Generator.hf.space"
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"]