Lakoc commited on
Commit
8529a0b
·
1 Parent(s): 010c790

revert of unlinking from space

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -169,4 +169,14 @@ with demo:
169
  "The model is not perfect and may make errors, so please use responsibly."
170
  )
171
 
 
 
 
 
 
 
 
 
 
 
172
  demo.queue().launch(ssr_mode=False)
 
169
  "The model is not perfect and may make errors, so please use responsibly."
170
  )
171
 
172
+ gr.Markdown(
173
+ """
174
+ ### Explore the Models:
175
+ - [DeCRED Base](https://huggingface.co/BUT-FIT/DeCRED-base)
176
+ - [DeCRED Small](https://huggingface.co/BUT-FIT/DeCRED-small)
177
+ - [ED Base](https://huggingface.co/BUT-FIT/ED-base)
178
+ - [ED Small](https://huggingface.co/BUT-FIT/ED-small)
179
+ """
180
+ )
181
+
182
  demo.queue().launch(ssr_mode=False)