typos again
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
|
|
10 |
|
11 |
verbose = True
|
12 |
|
13 |
-
if verbose:
|
14 |
|
15 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
16 |
@tool
|
@@ -82,7 +82,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
82 |
|
83 |
final_answer = FinalAnswerTool()
|
84 |
|
85 |
-
if verbose:
|
86 |
|
87 |
MODEL_IDS = [
|
88 |
'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud/',
|
|
|
10 |
|
11 |
verbose = True
|
12 |
|
13 |
+
if verbose: print("Running app.py now\n")
|
14 |
|
15 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
16 |
@tool
|
|
|
82 |
|
83 |
final_answer = FinalAnswerTool()
|
84 |
|
85 |
+
if verbose: print("Defining MODEL_IDS now\n")
|
86 |
|
87 |
MODEL_IDS = [
|
88 |
'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud/',
|