nazimali commited on
Commit
ad0fc9c
โ€ข
1 Parent(s): 9b5dd88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def respond(
54
 
55
 
56
 
57
- demo = gr.ChatInterface(respond, examples=["ุงู„ุณู„ุงู… ุนู„ูŠูƒู… ูƒูŠู ุญุงู„ูƒุŸ", "hello"], title="Mistral 7B Arabic Fine-tuned")
58
 
59
 
60
  if __name__ == "__main__":
 
54
 
55
 
56
 
57
+ demo = gr.ChatInterface(respond, type="messages", examples=["ุงู„ุณู„ุงู… ุนู„ูŠูƒู… ูƒูŠู ุญุงู„ูƒุŸ", "hello"], title="Mistral 7B Arabic Fine-tuned")
58
 
59
 
60
  if __name__ == "__main__":