SimpleSam commited on
Commit
841bbc7
·
verified ·
1 Parent(s): c871059

Update Manyata_UI.py

Browse files
Files changed (1) hide show
  1. 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(