Mubbashir Ahmed
commited on
Commit
·
612686d
1
Parent(s):
3f087c6
updates
Browse files
app.py
CHANGED
|
@@ -142,5 +142,6 @@ with gr.Blocks() as demo:
|
|
| 142 |
outputs=[chat_display, chat_memory, evaluation_display]
|
| 143 |
)
|
| 144 |
|
|
|
|
| 145 |
# Launch
|
| 146 |
demo.launch()
|
|
|
|
| 142 |
outputs=[chat_display, chat_memory, evaluation_display]
|
| 143 |
)
|
| 144 |
|
| 145 |
+
|
| 146 |
# Launch
|
| 147 |
demo.launch()
|