Spaces:
Running
Running
SearchGPT: Add several examples
Browse files
app.py
CHANGED
|
@@ -27,7 +27,10 @@ with gr.Blocks(fill_height=True, fill_width=True) as app:
|
|
| 27 |
["https://huggingface.co/papers Extract the most popular papers"],
|
| 28 |
["How to run Gemma 3 (270M) on CPU only?"],
|
| 29 |
["What are the latest trends this year?"],
|
| 30 |
-
["What caused World War 1 and 2?"]
|
|
|
|
|
|
|
|
|
|
| 31 |
],
|
| 32 |
cache_examples=False,
|
| 33 |
show_api=False,
|
|
|
|
| 27 |
["https://huggingface.co/papers Extract the most popular papers"],
|
| 28 |
["How to run Gemma 3 (270M) on CPU only?"],
|
| 29 |
["What are the latest trends this year?"],
|
| 30 |
+
["What caused World War 1 and 2?"],
|
| 31 |
+
["https://huggingface.co/spaces?sort=trending What are the trending Spaces?"],
|
| 32 |
+
["What is SearchGPT by umint? Compare it with ChatGPT Search and Perplexity"],
|
| 33 |
+
["What hot issues are trending this month?"]
|
| 34 |
],
|
| 35 |
cache_examples=False,
|
| 36 |
show_api=False,
|