Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ examples =[
|
|
189 |
additional_inputs=[
|
190 |
gr.File(),
|
191 |
]
|
192 |
-
with gr.Blocks as app
|
193 |
with gr.Row():
|
194 |
gr.ChatInterface(
|
195 |
fn=summarize,
|
|
|
189 |
additional_inputs=[
|
190 |
gr.File(),
|
191 |
]
|
192 |
+
with gr.Blocks() as app:
|
193 |
with gr.Row():
|
194 |
gr.ChatInterface(
|
195 |
fn=summarize,
|