vortex123 commited on
Commit
5c72962
1 Parent(s): ea8b93b

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
  # Предполагается, что модель уже загружена и доступна через Gradio interface
4
- interface = gr.load("models/Mixtral-8x7B-Instruct-v0.1")
5
 
6
  DEFAULT_SYSTEM_PROMPT = """
7
  You are a helpful assistant in normal conversation.
 
1
  import gradio as gr
2
 
3
  # Предполагается, что модель уже загружена и доступна через Gradio interface
4
+ interface = gr.load("models/mistralai/Mixtral-8x7B-Instruct-v0.1")
5
 
6
  DEFAULT_SYSTEM_PROMPT = """
7
  You are a helpful assistant in normal conversation.