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