Antoine Chaffin
commited on
Commit
·
dc9abbb
1
Parent(s):
50e8787
Change title and add sharing link
Browse files
app.py
CHANGED
|
@@ -36,8 +36,8 @@ demo = gr.Interface(
|
|
| 36 |
fn=pylate_search_leetcode,
|
| 37 |
inputs=["text"],
|
| 38 |
outputs="text",
|
| 39 |
-
title="
|
| 40 |
description="Search in leetcode database index using PyLate",
|
| 41 |
)
|
| 42 |
|
| 43 |
-
demo.launch(mcp_server=True)
|
|
|
|
| 36 |
fn=pylate_search_leetcode,
|
| 37 |
inputs=["text"],
|
| 38 |
outputs="text",
|
| 39 |
+
title="LeetCode Search",
|
| 40 |
description="Search in leetcode database index using PyLate",
|
| 41 |
)
|
| 42 |
|
| 43 |
+
demo.launch(mcp_server=True, share=True)
|