vicliv commited on
Commit
0ef5c9a
·
1 Parent(s): 23c649f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def load_initial_state():
178
  # --- Gradio UI ---
179
  with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
180
  gr.Markdown("## 🌝 OpenFake Arena")
181
- gr.Markdown("Welcome to the OpenFake Arena!\n\n**Your mission:** Generate a synthetic image for the prompt, upload it, and try to fool the AI detector into thinking it’s real.\n\n**Rules:**\n\n-You can modify the prompt, but the image needs to have the same content. We verify the content with a CLIP similarity threshold.\n\n-Enter \"real\" in the model used to upload a real image. You don't need to follow the prompt for real images.\n\n-Only synthetic images count toward the leaderboard!\n\n Note: The detector is still in early development.")
182
 
183
  with gr.Group(visible=True) as input_section:
184
  username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)
 
178
  # --- Gradio UI ---
179
  with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
180
  gr.Markdown("## 🌝 OpenFake Arena")
181
+ gr.Markdown("Welcome to the OpenFake Arena!\n\n**Your mission:** Generate a synthetic image for the prompt, upload it, and try to fool the AI detector into thinking it’s real.\n\n**Rules:**\n\n- You can modify the prompt, but the image needs to have the same content. We verify the content with a CLIP similarity threshold.\n\n- Enter \"real\" in the model used to upload a real image. You don't need to follow the prompt for real images.\n\n- Only synthetic images count toward the leaderboard!\n\n\nNote: The detector is still in early development.")
182
 
183
  with gr.Group(visible=True) as input_section:
184
  username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)