Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -237,8 +237,7 @@ with gr.Blocks() as app:
|
|
| 237 |
"Explain about the attention is all you need",
|
| 238 |
"Who is the inventor of the GAN",
|
| 239 |
"What is the main idea style transfer?"
|
| 240 |
-
]
|
| 241 |
-
height = 500)
|
| 242 |
with gr.Tab(label="Chat with pdf"):
|
| 243 |
gr.ChatInterface(fn = chat_with_replit_pdf,
|
| 244 |
additional_inputs = [
|
|
|
|
| 237 |
"Explain about the attention is all you need",
|
| 238 |
"Who is the inventor of the GAN",
|
| 239 |
"What is the main idea style transfer?"
|
| 240 |
+
])
|
|
|
|
| 241 |
with gr.Tab(label="Chat with pdf"):
|
| 242 |
gr.ChatInterface(fn = chat_with_replit_pdf,
|
| 243 |
additional_inputs = [
|