Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -37,5 +37,5 @@ iface = gr.Interface(fn=summarize,
|
|
37 |
inputs=[gr.inputs.File(file_count="multiple", type="file", label="Upload some PDFs")],
|
38 |
outputs="text",
|
39 |
title=title,
|
40 |
-
theme="
|
41 |
iface.launch()
|
|
|
37 |
inputs=[gr.inputs.File(file_count="multiple", type="file", label="Upload some PDFs")],
|
38 |
outputs="text",
|
39 |
title=title,
|
40 |
+
theme="default")
|
41 |
iface.launch()
|