Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,9 +42,9 @@ def get_pollinations_response(prompt, model="openai", seed=42, use_json=False, s
|
|
| 42 |
return f"Error fetching text: {e}"
|
| 43 |
|
| 44 |
# Create Gradio interface
|
| 45 |
-
with gr.Blocks(title="
|
| 46 |
-
gr.Markdown("#
|
| 47 |
-
gr.Markdown("Generate text using
|
| 48 |
|
| 49 |
with gr.Row():
|
| 50 |
with gr.Column():
|
|
|
|
| 42 |
return f"Error fetching text: {e}"
|
| 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():
|
| 50 |
with gr.Column():
|