Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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="Thanks for 1 Like.This is switched to CPU.maybe this will not work. Unofficial,little bit code is old.If the LLM stops generating text, please input 'continue'.")
|
| 77 |
|
| 78 |
if __name__ == "__main__":
|
| 79 |
demo.queue()
|