Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ if __name__ == '__main__':
|
|
| 68 |
fn=greet,
|
| 69 |
inputs=[text1, text2, text3, text4],
|
| 70 |
outputs=[gr.Markdown(value="")],
|
| 71 |
-
title="LLM Comparer⚖️",
|
| 72 |
description="Please copy and paste the owner name / model name from the Hugging Face model hub.\nThe same input can produce different results, so please resubmit if the results are not ideal.",
|
| 73 |
theme='finlaymacklon/smooth_slate',
|
| 74 |
allow_flagging=False
|
|
|
|
| 68 |
fn=greet,
|
| 69 |
inputs=[text1, text2, text3, text4],
|
| 70 |
outputs=[gr.Markdown(value="")],
|
| 71 |
+
title="LLM Config Comparer⚖️",
|
| 72 |
description="Please copy and paste the owner name / model name from the Hugging Face model hub.\nThe same input can produce different results, so please resubmit if the results are not ideal.",
|
| 73 |
theme='finlaymacklon/smooth_slate',
|
| 74 |
allow_flagging=False
|