Spaces:
Sleeping
Sleeping
export GRADIO_MCP_SERVER=True
Browse files- Deploying → .env +0 -0
- .idea/workspace.xml +2 -11
- app.py +0 -2
Deploying → .env
RENAMED
File without changes
|
.idea/workspace.xml
CHANGED
@@ -5,18 +5,9 @@
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="ebb5dc4d-2ddd-490d-99c9-a25b8ec05dab" name="Changes" comment="">
|
8 |
-
<change afterPath="$PROJECT_DIR$/.idea/
|
9 |
-
<change afterPath="$PROJECT_DIR$/.
|
10 |
-
<change beforePath="$PROJECT_DIR$/.gitattributes" beforeDir="false" />
|
11 |
-
<change beforePath="$PROJECT_DIR$/Gradio_UI.py" beforeDir="false" />
|
12 |
-
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" />
|
13 |
-
<change beforePath="$PROJECT_DIR$/agent.json" beforeDir="false" />
|
14 |
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
15 |
-
<change beforePath="$PROJECT_DIR$/prompts.yaml" beforeDir="false" />
|
16 |
-
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" />
|
17 |
-
<change beforePath="$PROJECT_DIR$/tools/final_answer.py" beforeDir="false" />
|
18 |
-
<change beforePath="$PROJECT_DIR$/tools/visit_webpage.py" beforeDir="false" />
|
19 |
-
<change beforePath="$PROJECT_DIR$/tools/web_search.py" beforeDir="false" />
|
20 |
</list>
|
21 |
<option name="SHOW_DIALOG" value="false" />
|
22 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
5 |
</component>
|
6 |
<component name="ChangeListManager">
|
7 |
<list default="true" id="ebb5dc4d-2ddd-490d-99c9-a25b8ec05dab" name="Changes" comment="">
|
8 |
+
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9 |
+
<change beforePath="$PROJECT_DIR$/Deploying" beforeDir="false" afterPath="$PROJECT_DIR$/.env" afterDir="false" />
|
|
|
|
|
|
|
|
|
10 |
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
|
|
|
|
|
|
|
|
|
|
11 |
</list>
|
12 |
<option name="SHOW_DIALOG" value="false" />
|
13 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
import os
|
2 |
-
os.environ["GRADIO_MCP_SERVER"] = "True"
|
3 |
import gradio as gr
|
4 |
|
5 |
def letter_counter(word: str, letter: str) -> int:
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
def letter_counter(word: str, letter: str) -> int:
|