Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,10 +166,11 @@ def get_random_prompt():
|
|
| 166 |
|
| 167 |
with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
|
| 168 |
gr.Markdown("## ๐ OpenFake Arena")
|
| 169 |
-
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- Only synthetic images allowed!\n- No cheating with real photos.\n
|
| 170 |
|
| 171 |
with gr.Group(visible=True) as input_section:
|
| 172 |
username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)
|
|
|
|
| 173 |
|
| 174 |
with gr.Row():
|
| 175 |
prompt_input = gr.Textbox(
|
|
|
|
| 166 |
|
| 167 |
with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
|
| 168 |
gr.Markdown("## ๐ OpenFake Arena")
|
| 169 |
+
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- Only synthetic images allowed!\n- No cheating with real photos.\n\nMake it wild. Make it weird. Most of all โ make it fun.")
|
| 170 |
|
| 171 |
with gr.Group(visible=True) as input_section:
|
| 172 |
username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)
|
| 173 |
+
model_input = gr.Textbox(label="Model Used", placeholder="Name of tge model used to generate the image", interactive=True)
|
| 174 |
|
| 175 |
with gr.Row():
|
| 176 |
prompt_input = gr.Textbox(
|