gojiteji commited on
Commit
e9f422f
·
1 Parent(s): 7fe9dd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ if __name__ == '__main__':
65
  inputs=[text1,text2,text3,text4],
66
  outputs=[gr.Markdown(value="")],
67
  title="LLM Comparer⚖️",
68
- description="Plsease copy and paste the owner name / model name from the Hugging Face model hub.",
69
  theme='finlaymacklon/smooth_slate',
70
  allow_flagging=False,
71
  )
 
65
  inputs=[text1,text2,text3,text4],
66
  outputs=[gr.Markdown(value="")],
67
  title="LLM Comparer⚖️",
68
+ description="Plsease copy and paste the owner name / model name from the Hugging Face model hub.\n The same input can produce different results, so please resubmit if the results are not ideal.",
69
  theme='finlaymacklon/smooth_slate',
70
  allow_flagging=False,
71
  )