Spaces:
Runtime error
Runtime error
Abid Ali Awan
commited on
Commit
·
84b4030
1
Parent(s):
6ad7338
added description
Browse files
app.py
CHANGED
|
@@ -66,6 +66,7 @@ description = """
|
|
| 66 |
|
| 67 |
demo = gr.Interface(
|
| 68 |
title=title,
|
|
|
|
| 69 |
fn=rag_memory_stream,
|
| 70 |
inputs="text",
|
| 71 |
outputs="text",
|
|
|
|
| 66 |
|
| 67 |
demo = gr.Interface(
|
| 68 |
title=title,
|
| 69 |
+
description=description,
|
| 70 |
fn=rag_memory_stream,
|
| 71 |
inputs="text",
|
| 72 |
outputs="text",
|