Lakoc commited on
Commit
6547a73
·
1 Parent(s): 3801ebb

added links to models

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -163,6 +163,16 @@ with demo:
163
  gr.Markdown(
164
  "Disclaimer: This space currently runs on basic CPU hardware, so generation might take a bit longer. "
165
  "You can clone the repository and run it locally for better performance. "
166
- "The model is not perfect and may make errors, so please use responsibly.")
 
 
 
 
 
 
 
 
 
 
167
 
168
  demo.queue().launch(ssr_mode=False)
 
163
  gr.Markdown(
164
  "Disclaimer: This space currently runs on basic CPU hardware, so generation might take a bit longer. "
165
  "You can clone the repository and run it locally for better performance. "
166
+ "The model is not perfect and may make errors, so please use responsibly."
167
+ )
168
+ gr.Markdown(
169
+ """
170
+ ### Explore the Models:
171
+ - [DeCRED base](https://huggingface.co/BUT-FIT/DeCRED-base)
172
+ - [DeCRED small](https://huggingface.co/BUT-FIT/DeCRED-small)
173
+ - [ED base](https://huggingface.co/BUT-FIT/ED-base)
174
+ - [ED small](https://huggingface.co/BUT-FIT/ED-small)
175
+ """
176
+ )
177
 
178
  demo.queue().launch(ssr_mode=False)