Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ iface = gr.Interface(
|
|
52 |
gr.Slider(label="Max Length", minimum=10, maximum=1000, value=200)
|
53 |
],
|
54 |
outputs="text",
|
55 |
-
title="AI Code Generator with Hugging Face Models",
|
56 |
description="Select a model and dataset, input a prompt, and generate Python code using AI models."
|
57 |
)
|
58 |
|
|
|
52 |
gr.Slider(label="Max Length", minimum=10, maximum=1000, value=200)
|
53 |
],
|
54 |
outputs="text",
|
55 |
+
title="Ultimate Code Generator Python: AI Code Generator with Hugging Face Models",
|
56 |
description="Select a model and dataset, input a prompt, and generate Python code using AI models."
|
57 |
)
|
58 |
|