Spaces:
Sleeping
Sleeping
adding a comma
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ iface = gr.Interface(
|
|
| 33 |
# Chat With different LLM models in HugginFace. 🤗
|
| 34 |
## Models used are Falcon, Guanaco and Pythia.
|
| 35 |
The purpose is to show the interaction of different models so you can make rapid comparisons 🖥️💡
|
| 36 |
-
""")
|
| 37 |
inputs=gr.inputs.Textbox(label="Prompt for all the different models"),
|
| 38 |
outputs=[
|
| 39 |
gr.outputs.Textbox(label="Falcon Response"),
|
|
|
|
| 33 |
# Chat With different LLM models in HugginFace. 🤗
|
| 34 |
## Models used are Falcon, Guanaco and Pythia.
|
| 35 |
The purpose is to show the interaction of different models so you can make rapid comparisons 🖥️💡
|
| 36 |
+
"""),
|
| 37 |
inputs=gr.inputs.Textbox(label="Prompt for all the different models"),
|
| 38 |
outputs=[
|
| 39 |
gr.outputs.Textbox(label="Falcon Response"),
|