Spaces:
Sleeping
Sleeping
Akshatha Arodi
commited on
Commit
·
1524490
1
Parent(s):
caa8f34
Update app desc
Browse files
app.py
CHANGED
|
@@ -219,7 +219,7 @@ def load_initial_state():
|
|
| 219 |
# --- Gradio UI ---
|
| 220 |
with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
|
| 221 |
gr.Markdown("## 🌝 OpenFake Arena")
|
| 222 |
-
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
|
| 223 |
|
| 224 |
with gr.Group(visible=True) as input_section:
|
| 225 |
username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)
|
|
|
|
| 219 |
# --- Gradio UI ---
|
| 220 |
with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
|
| 221 |
gr.Markdown("## 🌝 OpenFake Arena")
|
| 222 |
+
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't modify the prompt! 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.\n\n- Only synthetic images count toward the leaderboard!\n\n\nNote: The detector is still in early development.")
|
| 223 |
|
| 224 |
with gr.Group(visible=True) as input_section:
|
| 225 |
username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)
|