Hazzzardous commited on
Commit
bbd61dc
1 Parent(s): c5301b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ chatiface = gr.Interface(
235
  demo = gr.TabbedInterface(
236
 
237
  [iface,chatiface],["Generative","Chatbot"],
238
- title="RWKV-4 (7b Instruct, 8-Bit [cpu/for now])",
239
 
240
  )
241
 
 
235
  demo = gr.TabbedInterface(
236
 
237
  [iface,chatiface],["Generative","Chatbot"],
238
+ title="RWKV-4 (7b Instruct)",
239
 
240
  )
241