kwabs22 commited on
Commit
ea62522
1 Parent(s): 20ab8bc

Working but added inference times

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ def custom_generate_response(user_message, builtinprompt): #Figure Out the param
65
 
66
 
67
  CustomPrompts = [
68
- "Class Diagram for:"
69
- "Pydot code for:"
70
  ]
71
 
72
  with gr.Blocks() as iface:
 
65
 
66
 
67
  CustomPrompts = [
68
+ "Class Diagram for:",
69
+ "Pydot code for:",
70
  ]
71
 
72
  with gr.Blocks() as iface: