Update app.py
Browse files
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)
|