yakine commited on
Commit
6ee338b
·
verified ·
1 Parent(s): c6ded12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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