Spaces:
Runtime error
Runtime error
Update app.py
Browse filesupdate description
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()
|