Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,5 @@ gr.Interface(
|
|
68 |
outputs=output_text,
|
69 |
title="RAG Knowledge Retrieval using Gemini API and Mistral Model",
|
70 |
description="Upload a PDF file and ask questions about the content."
|
71 |
-
).launch()
|
|
|
|
68 |
outputs=output_text,
|
69 |
title="RAG Knowledge Retrieval using Gemini API and Mistral Model",
|
70 |
description="Upload a PDF file and ask questions about the content."
|
71 |
+
).launch()
|
72 |
+
#
|