Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|