Royrotem100 commited on
Commit
fbdfa10
·
1 Parent(s): 1882a34

Add DictaLM 2.0 instruct model

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -87,6 +87,8 @@ def model_chat(query: Optional[str], history: Optional[History]) -> Generator[Tu
87
  yield "Error: Unable to get a response from the model.", history
88
 
89
 
 
 
90
  with gr.Blocks(css='''
91
  .gr-group {direction: rtl;}
92
  .chatbot{text-align:right;}
 
87
  yield "Error: Unable to get a response from the model.", history
88
 
89
 
90
+
91
+
92
  with gr.Blocks(css='''
93
  .gr-group {direction: rtl;}
94
  .chatbot{text-align:right;}