Spaces:
Running
Running
Pranjal2041
commited on
Commit
·
dde4acb
1
Parent(s):
936cab0
Potential Fix
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks() as demo:
|
|
91 |
<a href="https://arxiv.org/abs/2311.09735" class="badge">
|
92 |
<img src="https://img.shields.io/badge/arXiv-2311.09735-red.svg?style=for-the-badge" alt="Arxiv Paper">
|
93 |
</a>
|
94 |
-
<a href="https://huggingface.co/datasets/
|
95 |
<img src="https://img.shields.io/badge/Dataset-GEO-%2DBENCH-orange?style=for-the-badge" alt="Dataset">
|
96 |
</a>
|
97 |
<a href="https://github.com/Pranjal2041/GEO" class="badge">
|
@@ -215,7 +215,7 @@ with gr.Blocks() as demo:
|
|
215 |
- GEO-bench is a benchmarking platform for content optimization Methods for generative engines.
|
216 |
- It is a part of the work released under [GEO](https://arxiv.org/abs/2311.09735)
|
217 |
- The benchmark comprises of 9 datasets, 7 of which were publicly available, while 2 have been released by us.
|
218 |
-
- Dataset can be downloaded from [here](huggingface.co/datasets/
|
219 |
|
220 |
with gr.Row():
|
221 |
|
@@ -235,7 +235,7 @@ with gr.Blocks() as demo:
|
|
235 |
""")
|
236 |
|
237 |
# Benchmark Link:
|
238 |
-
# gr.Markdown(f"""### Benchmark Link: [GEO-bench](huggingface.co/datasets/
|
239 |
|
240 |
# Info about tags and other statistics
|
241 |
|
@@ -252,4 +252,4 @@ with gr.Blocks() as demo:
|
|
252 |
search_bar.submit(fn=search_button_click, inputs=search_bar, outputs=data_overall)
|
253 |
|
254 |
if __name__ == "__main__":
|
255 |
-
demo.launch()
|
|
|
91 |
<a href="https://arxiv.org/abs/2311.09735" class="badge">
|
92 |
<img src="https://img.shields.io/badge/arXiv-2311.09735-red.svg?style=for-the-badge" alt="Arxiv Paper">
|
93 |
</a>
|
94 |
+
<a href="https://huggingface.co/datasets/GEO-optim/geo-bench" class="badge">
|
95 |
<img src="https://img.shields.io/badge/Dataset-GEO-%2DBENCH-orange?style=for-the-badge" alt="Dataset">
|
96 |
</a>
|
97 |
<a href="https://github.com/Pranjal2041/GEO" class="badge">
|
|
|
215 |
- GEO-bench is a benchmarking platform for content optimization Methods for generative engines.
|
216 |
- It is a part of the work released under [GEO](https://arxiv.org/abs/2311.09735)
|
217 |
- The benchmark comprises of 9 datasets, 7 of which were publicly available, while 2 have been released by us.
|
218 |
+
- Dataset can be downloaded from [here](huggingface.co/datasets/GEO-optim/geo-bench)""")
|
219 |
|
220 |
with gr.Row():
|
221 |
|
|
|
235 |
""")
|
236 |
|
237 |
# Benchmark Link:
|
238 |
+
# gr.Markdown(f"""### Benchmark Link: [GEO-bench](huggingface.co/datasets/GEO-optim/geo-bench)""")
|
239 |
|
240 |
# Info about tags and other statistics
|
241 |
|
|
|
252 |
search_bar.submit(fn=search_button_click, inputs=search_bar, outputs=data_overall)
|
253 |
|
254 |
if __name__ == "__main__":
|
255 |
+
demo.launch(share=True)
|