maplerxyz1 commited on
Commit
f1fc511
·
verified ·
1 Parent(s): cb691b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def generate_image(prompt, size="1024x1024"):
37
  return None, f"Error: {str(e)}"
38
 
39
  # Create the Gradio interface
40
- with gr.Blocks(title="4LLM Image Generation") as demo:
41
  gr.Markdown("# 4LLM Image Generation Demo")
42
  gr.Markdown("Generate images using the 4LLM API with no rate limits!")
43
 
 
37
  return None, f"Error: {str(e)}"
38
 
39
  # Create the Gradio interface
40
+ with gr.Blocks(title="4LLM Image Generation", css="footer { display: none !important; }") as demo:
41
  gr.Markdown("# 4LLM Image Generation Demo")
42
  gr.Markdown("Generate images using the 4LLM API with no rate limits!")
43