llamameta commited on
Commit
0cf1957
·
verified ·
1 Parent(s): d227a96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -43,7 +43,6 @@ def generate_image(prompt, model):
43
  # Gradio Interface
44
  with gr.Blocks() as demo:
45
  gr.Markdown("# Fake flux pro Image Generator")
46
- gr.Markdown("The Hugging Face Space https://huggingface.co/spaces/NihalGazi/FLUX-Pro-Unlimited by NihalGazi seems to be a fake version of FLUX Pro. It appears to be using the Pollinations API, because when I tried to replicate it using the same API, the image results were very similar.")
47
 
48
  prompt_input = gr.Textbox(label="Prompt", placeholder="e.g., emma watson")
49
  model_input = gr.Dropdown(choices=["kontext", "turbo", "flux"], label="Model", value="turbo") # Default turbo (lebih reliable)
 
43
  # Gradio Interface
44
  with gr.Blocks() as demo:
45
  gr.Markdown("# Fake flux pro Image Generator")
 
46
 
47
  prompt_input = gr.Textbox(label="Prompt", placeholder="e.g., emma watson")
48
  model_input = gr.Dropdown(choices=["kontext", "turbo", "flux"], label="Model", value="turbo") # Default turbo (lebih reliable)