csabakecskemeti commited on
Commit
2ca4ccb
·
verified ·
1 Parent(s): ace2aa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -71,7 +71,8 @@ demo = gr.ChatInterface(
71
  ),
72
  ],
73
  title="Inference demo on AMD Instinct MI50",
74
- description="tiiuae Falcon3 10B Q8 with llama.cpp",
 
75
  )
76
 
77
 
 
71
  ),
72
  ],
73
  title="Inference demo on AMD Instinct MI50",
74
+ # description="tiiuae Falcon3 10B Q8 with llama.cpp",
75
+ description="DevQuasar R1 8B Q8 with llama.cpp",
76
  )
77
 
78