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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -5
main.py CHANGED
@@ -31,12 +31,12 @@ gr.Interface(
31
  enable_queue=True,
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()
 
31
  enable_queue=True,
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 <a href="https://huggingface.co/datasets/ChainYo/rvl-cdip-invoice">here</a>.
36
 
37
+ You can see the full implementation on the dedicated <a href="https://colab.research.google.com/drive/1u6Ct3KnNl7rcgla0268cp-XGTMmVUuJL?usp=sharing">Colab notebook</a>.
38
 
39
+ Made with ❤️ by <a href="https://huggingface.co/ChainYo">@ChainYo</a></p>
40
+ ",
41
  css=".panel { padding: 5px } .moflo-link { color: #999 }"
42
  ).launch()