Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|