Mori-kamiyama commited on
Commit
cd6a265
·
verified ·
1 Parent(s): 41bd965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,6 +81,6 @@ def search(query):
81
  iface = gr.Interface(fn=generate_text,
82
  inputs="text",
83
  outputs="text",
84
- title="sarashina-R13B-RAG")
85
 
86
  iface.launch()
 
81
  iface = gr.Interface(fn=generate_text,
82
  inputs="text",
83
  outputs="text",
84
+ title="gemma-RAG")
85
 
86
  iface.launch()