Akjava commited on
Commit
dd7b8db
Β·
verified Β·
1 Parent(s): 7bb278e

Update app.py

Browse files

update description

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def call_generate_text(message, history):
73
  print(f"An unexpected error occurred: {e}")
74
  yield ""
75
 
76
- demo = gr.ChatInterface(call_generate_text,type="messages",title="Chat with phi-4-deepseek-R1K-RL-EZO",description="Unofficial.little bit code is old")
77
 
78
  if __name__ == "__main__":
79
  demo.queue()
 
73
  print(f"An unexpected error occurred: {e}")
74
  yield ""
75
 
76
+ demo = gr.ChatInterface(call_generate_text,type="messages",title="Chat with phi-4-deepseek-R1K-RL-EZO",description="Unofficial.little bit code is old.If the LLM stops generating text, please input 'continue'.")
77
 
78
  if __name__ == "__main__":
79
  demo.queue()