Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,12 +28,6 @@ def respond(message):
|
|
| 28 |
|
| 29 |
iface = gr.Interface(
|
| 30 |
respond,
|
| 31 |
-
gr.Markdown(
|
| 32 |
-
"""
|
| 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"),
|
|
|
|
| 28 |
|
| 29 |
iface = gr.Interface(
|
| 30 |
respond,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
inputs=gr.inputs.Textbox(label="Prompt for all the different models"),
|
| 32 |
outputs=[
|
| 33 |
gr.outputs.Textbox(label="Falcon Response"),
|