Spaces:
Sleeping
Sleeping
Update Manyata_UI.py
Browse files- Manyata_UI.py +2 -2
Manyata_UI.py
CHANGED
|
@@ -119,8 +119,8 @@ def pull_messages_from_step(
|
|
| 119 |
step_duration = f" | Duration: {round(float(step_log.duration), 2)}" if step_log.duration else None
|
| 120 |
step_footnote += step_duration
|
| 121 |
step_footnote = f"""<span style="color: #bbbbc2; font-size: 12px;">{step_footnote}</span> """
|
| 122 |
-
yield gr.ChatMessage(role="assistant", content=f"{step_footnote}")
|
| 123 |
-
yield gr.ChatMessage(role="assistant", content="-----")
|
| 124 |
|
| 125 |
|
| 126 |
def stream_to_gradio(
|
|
|
|
| 119 |
step_duration = f" | Duration: {round(float(step_log.duration), 2)}" if step_log.duration else None
|
| 120 |
step_footnote += step_duration
|
| 121 |
step_footnote = f"""<span style="color: #bbbbc2; font-size: 12px;">{step_footnote}</span> """
|
| 122 |
+
# yield gr.ChatMessage(role="assistant", content=f"{step_footnote}")
|
| 123 |
+
# yield gr.ChatMessage(role="assistant", content="-----")
|
| 124 |
|
| 125 |
|
| 126 |
def stream_to_gradio(
|