Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,6 @@ def rag(input_text, file):
|
|
52 |
iface = gr.Interface(fn=rag, inputs=[gr.Textbox(label="Question", lines=6), gr.File()],
|
53 |
outputs=[gr.Textbox(label="Result", lines=6)],
|
54 |
title="Answer my question",
|
55 |
-
description= "
|
56 |
)
|
57 |
iface.launch()
|
|
|
52 |
iface = gr.Interface(fn=rag, inputs=[gr.Textbox(label="Question", lines=6), gr.File()],
|
53 |
outputs=[gr.Textbox(label="Result", lines=6)],
|
54 |
title="Answer my question",
|
55 |
+
description= "UChat"
|
56 |
)
|
57 |
iface.launch()
|