Spaces:
Sleeping
Sleeping
Runtime error
Browse filesMy bad for not running this locally.
app.py
CHANGED
@@ -12,8 +12,8 @@ from Gradio_UI import GradioUI
|
|
12 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
13 |
|
14 |
@tool
|
15 |
-
def ask_polite_guard(input_text:str)-> str:
|
16 |
-
"""
|
17 |
|
18 |
Args:
|
19 |
arg1: the first argument
|
|
|
12 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
13 |
|
14 |
@tool
|
15 |
+
def ask_polite_guard(input_text:str)-> str:
|
16 |
+
""" Tool that classifies text into four categories: polite, somewhat polite, neutral and impolite
|
17 |
|
18 |
Args:
|
19 |
arg1: the first argument
|