IFMedTechdemo commited on
Commit
c35a45e
·
verified ·
1 Parent(s): 6176c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Pollinations AI Text API") as demo:
46
- gr.Markdown("# Pollinations AI Text Generator")
47
- gr.Markdown("Generate text using Pollinations AI API with customizable parameters")
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():