Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def format_prompt(description, columns):
|
|
46 |
import requests
|
47 |
|
48 |
# Define your Streamlit Space inference URL
|
49 |
-
inference_endpoint = "https://
|
50 |
|
51 |
def generate_synthetic_data(description, columns):
|
52 |
try:
|
|
|
46 |
import requests
|
47 |
|
48 |
# Define your Streamlit Space inference URL
|
49 |
+
inference_endpoint = "https://huggingface.co/spaces/yakine/model"
|
50 |
|
51 |
def generate_synthetic_data(description, columns):
|
52 |
try:
|