Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ default_model_info = f"## 🍭Model Information\n<br>Model_name: single_conversa
|
|
102 |
app = gr.Blocks()
|
103 |
full_output = " "
|
104 |
with app:
|
105 |
-
gr.Markdown("# 🫂 Empathetic Dialogue System \n🤗For the chatbot, we trained a small language model from scratch in our local machine. You can find the detailed information about our project in the Github repository [here](https://github.com/CallMeL/
|
106 |
# Model Parameters interface
|
107 |
inp = gr.Dropdown(
|
108 |
choices=model_choices,
|
|
|
102 |
app = gr.Blocks()
|
103 |
full_output = " "
|
104 |
with app:
|
105 |
+
gr.Markdown("# 🫂 Empathetic Dialogue System \n🤗For the chatbot, we trained a small language model from scratch in our local machine. You can find the detailed information about our project in the Github repository [here](https://github.com/CallMeL/Empathetic-Dialogue-System).")
|
106 |
# Model Parameters interface
|
107 |
inp = gr.Dropdown(
|
108 |
choices=model_choices,
|