vicliv commited on
Commit
e82b470
·
verified ·
1 Parent(s): 089ff2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def load_initial_state():
240
  # --- Gradio UI ---
241
  with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
242
  gr.Markdown("## 🌝 OpenFake Arena")
243
- 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 on your end, 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 and test a real image. You don't need to follow the prompt for real images. Tips: you can also enter \"real\" if you just want to test the detector! We won't be collecting them. \n\n- It is important to enter the correct model name for licensing.\n\n- Only synthetic images count toward the leaderboard!\n\n\nNote: The detector is still in early development. The prompt is not used for prediction, only the image.")
244
 
245
  with gr.Group(visible=True) as input_section:
246
  username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)
 
240
  # --- Gradio UI ---
241
  with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
242
  gr.Markdown("## 🌝 OpenFake Arena")
243
+ 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 on your end, 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 and test a real image. You don't need to follow the prompt for real images. Tips: you can also enter \"real\" if you just want to test the detector! We won't be collecting those images. \n\n- It is important to enter the correct model name for licensing.\n\n- Only synthetic images count toward the leaderboard!\n\n\nNote: The detector is still in early development. The prompt is not used for prediction, only the image.")
244
 
245
  with gr.Group(visible=True) as input_section:
246
  username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)