Rooni commited on
Commit
0de3f0b
·
verified ·
1 Parent(s): fe8d2aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  # Предположим, что модель загружена и доступна
4
- model = gr.load("models/Qwen/Qwen2.5-Coder-32B-Instruct")
5
 
6
  def code_assistant(system_message, chat_history, user_input):
7
  if not chat_history:
 
1
  import gradio as gr
2
 
3
  # Предположим, что модель загружена и доступна
4
+ model = gr.load("models/Qwen/Qwen2.5-Coder-32B-Instruct")
5
 
6
  def code_assistant(system_message, chat_history, user_input):
7
  if not chat_history: