Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -143,9 +143,11 @@ iface = gr.Interface(
|
|
143 |
],
|
144 |
outputs="text",
|
145 |
title="Synthetic Data Generator",
|
146 |
-
description="Generate synthetic tabular datasets based on a description and specified columns."
|
|
|
147 |
)
|
148 |
|
|
|
149 |
iface.api_name = "generate"
|
150 |
|
151 |
# Run the Gradio app
|
|
|
143 |
],
|
144 |
outputs="text",
|
145 |
title="Synthetic Data Generator",
|
146 |
+
description="Generate synthetic tabular datasets based on a description and specified columns.",
|
147 |
+
api_name="generate" # Set the API name directly here
|
148 |
)
|
149 |
|
150 |
+
|
151 |
iface.api_name = "generate"
|
152 |
|
153 |
# Run the Gradio app
|