aarodi commited on
Commit
538a51c
ยท
1 Parent(s): bdef72a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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- Licensing is your responsibility.\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
 
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(