Spaces:
Build error
Build error
kwabs22 commited on
Commit ·
ea62522
1
Parent(s): 20ab8bc
Working but added inference times
Browse files
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:
|