chainyo commited on
Commit
0c6989f
·
1 Parent(s): aa5ca6e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -32,11 +32,11 @@ gr.Interface(
32
  title="📄 DocuGAN - This document doesn't exist",
33
  description="Select your seed and click on `Submit` to generate a new document",
34
  article="""
35
- The SN-GAN model has been trained on the `invoice` part of RVL-CDIP dataset, available [here](https://huggingface.co/datasets/ChainYo/rvl-cdip-invoice).
36
 
37
  You can see the full implementation on the dedicated [Colab notebook](https://colab.research.google.com/drive/1u6Ct3KnNl7rcgla0268cp-XGTMmVUuJL?usp=sharing).
38
 
39
- Made with ❤️ by [@ChainYo](-https://huggingface.co/ChainYo)
40
  """,
41
  css=".panel { padding: 5px } .moflo-link { color: #999 }"
42
  ).launch()
 
32
  title="📄 DocuGAN - This document doesn't exist",
33
  description="Select your seed and click on `Submit` to generate a new document",
34
  article="""
35
+ <p>The SN-GAN model has been trained on the `invoice` part of RVL-CDIP dataset, available [here](https://huggingface.co/datasets/ChainYo/rvl-cdip-invoice).
36
 
37
  You can see the full implementation on the dedicated [Colab notebook](https://colab.research.google.com/drive/1u6Ct3KnNl7rcgla0268cp-XGTMmVUuJL?usp=sharing).
38
 
39
+ Made with ❤️ by [@ChainYo](https://huggingface.co/ChainYo)</p>
40
  """,
41
  css=".panel { padding: 5px } .moflo-link { color: #999 }"
42
  ).launch()