yetessam commited on
Commit
2d621db
·
verified ·
1 Parent(s): 4397750

Runtime error

Browse files

My bad for not running this locally.

Files changed (1) hide show
  1. app.py +2 -2
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: specify the return type
16
- """ A tool that classifies text into four categories: polite, somewhat polite, neutral and impolite
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