david-clifford commited on
Commit
3733e25
·
verified ·
1 Parent(s): d9e8fe9

typos again

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
10
 
11
  verbose = True
12
 
13
- if verbose: printf("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,7 +82,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
82
 
83
  final_answer = FinalAnswerTool()
84
 
85
- if verbose: printf("Defining MODEL_IDS now\n")
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/',