Nymbo commited on
Commit
06cdbf8
·
verified ·
1 Parent(s): d3ba4a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([])