mohamedmostafa259 commited on
Commit
524cc17
·
1 Parent(s): 269a1cc

add note about randomness in creative mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(title="🎭 Emoji Translator", theme=gr.themes.Soft()) as demo:
79
  value=1,
80
  step=1,
81
  label="🎨 Creativity",
82
- info="0 = strict, 1 = balanced, 2 = creative"
83
  )
84
 
85
  translate_btn = gr.Button("✨ Translate to Emojis", variant="primary")
 
79
  value=1,
80
  step=1,
81
  label="🎨 Creativity",
82
+ info="0 = strict, 1 = balanced, 2 = creative (more randomness; maybe not accurate)"
83
  )
84
 
85
  translate_btn = gr.Button("✨ Translate to Emojis", variant="primary")