Update main.py
Browse files
main.py
CHANGED
@@ -31,6 +31,6 @@ 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="<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>.<br> You can see the full implementation on the dedicated <a href='https://colab.research.google.com/drive/1u6Ct3KnNl7rcgla0268cp-XGTMmVUuJL?usp=sharing'>Colab notebook</a>. <br> Made with β€οΈ by <a href='https://huggingface.co/ChainYo'>@ChainYo</a></p>",
|
35 |
css=".panel { padding: 5px } .moflo-link { color: #999 }"
|
36 |
).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="<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' target='_blank'>here</a>.<br> You can see the full implementation on the dedicated <a href='https://colab.research.google.com/drive/1u6Ct3KnNl7rcgla0268cp-XGTMmVUuJL?usp=sharing' target='_blank'>Colab notebook</a>. <br> Made with β€οΈ by <a href='https://huggingface.co/ChainYo' target='_blank'>@ChainYo</a></p>",
|
35 |
css=".panel { padding: 5px } .moflo-link { color: #999 }"
|
36 |
).launch()
|