Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -382,7 +382,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
|
| 382 |
interactive=True
|
| 383 |
)
|
| 384 |
|
| 385 |
-
gr.Markdown("[View all Text-to-Text models](https://huggingface.co/models?inference_provider=all&sort=trending) | [View all multimodal models](https://huggingface.co/models?pipeline_tag=image-to-text&sort=trending)")
|
| 386 |
|
| 387 |
# Chat history state
|
| 388 |
chat_history = gr.State([])
|
|
|
|
| 382 |
interactive=True
|
| 383 |
)
|
| 384 |
|
| 385 |
+
gr.Markdown("[View all Text-to-Text models](https://huggingface.co/models?inference_provider=all&pipeline_tag=text-generation&sort=trending) | [View all multimodal models](https://huggingface.co/models?inference_provider=all&pipeline_tag=image-text-to-text&sort=trending)")
|
| 386 |
|
| 387 |
# Chat history state
|
| 388 |
chat_history = gr.State([])
|