Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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()
|