Spaces:
Runtime error
Runtime error
removing examples
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ screen = gr.Interface(
|
|
157 |
title="Q&N with PDF π©π»βπ»πβπ»π‘",
|
158 |
description="This app facilitates a conversation with PDFs available on https://www.delo.si/assets/media/other/20110728/100%20Weird%20Facts%20About%20the%20Human%20Body.pdfπ‘",
|
159 |
theme="soft",
|
160 |
-
examples=["Hello", "what is the speed of human nerve impulses?"],
|
161 |
)
|
162 |
|
163 |
screen.launch()
|
|
|
157 |
title="Q&N with PDF π©π»βπ»πβπ»π‘",
|
158 |
description="This app facilitates a conversation with PDFs available on https://www.delo.si/assets/media/other/20110728/100%20Weird%20Facts%20About%20the%20Human%20Body.pdfπ‘",
|
159 |
theme="soft",
|
160 |
+
# examples=["Hello", "what is the speed of human nerve impulses?"],
|
161 |
)
|
162 |
|
163 |
screen.launch()
|