Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def get_pollinations_response(prompt, model="openai", seed=42, use_json=False, s
|
|
| 43 |
|
| 44 |
# Create Gradio interface
|
| 45 |
with gr.Blocks(title="AI Text API") as demo:
|
| 46 |
-
gr.Markdown("#AI Text Generator")
|
| 47 |
gr.Markdown("Generate text using AI API with customizable parameters")
|
| 48 |
|
| 49 |
with gr.Row():
|
|
|
|
| 43 |
|
| 44 |
# Create Gradio interface
|
| 45 |
with gr.Blocks(title="AI Text API") as demo:
|
| 46 |
+
gr.Markdown("# AI Text Generator")
|
| 47 |
gr.Markdown("Generate text using AI API with customizable parameters")
|
| 48 |
|
| 49 |
with gr.Row():
|