typo, missing closing ")"
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ interface = gr.Interface(fn=process_query,
|
|
24 |
description="""
|
25 |
### Search for movie trailers, music torrents, and bitcoin wallet addresses!
|
26 |
|
27 |
-
This toy example knows about 500 URLs exactly after merely a few hours of training on a single GPU. ([View dataset](https://huggingface.co/tribler/dsi-search-on-toy-dataset/blob/main/dataset.csv), read [scientific article](https://arxiv.org/pdf/2404.12237.pdf) from EuroMLSys, [model](https://huggingface.co/tribler/dsi-search-on-toy-dataset), and [all code](https://github.com/Tribler/De-DSI).
|
28 |
""",
|
29 |
article="""
|
30 |
## De-DSI
|
|
|
24 |
description="""
|
25 |
### Search for movie trailers, music torrents, and bitcoin wallet addresses!
|
26 |
|
27 |
+
This toy example knows about 500 URLs exactly after merely a few hours of training on a single GPU. ([View dataset](https://huggingface.co/tribler/dsi-search-on-toy-dataset/blob/main/dataset.csv), read [scientific article](https://arxiv.org/pdf/2404.12237.pdf) from EuroMLSys, [model](https://huggingface.co/tribler/dsi-search-on-toy-dataset), and [all code](https://github.com/Tribler/De-DSI)).
|
28 |
""",
|
29 |
article="""
|
30 |
## De-DSI
|