Update main.py
Browse files
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](
|
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()
|