Alanturner2 commited on
Commit
b2ebe22
·
verified ·
1 Parent(s): 8e3441c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 = [