Spaces:
Build error
Build error
Commit
·
2e44a68
1
Parent(s):
4ee40a3
Update app.py
Browse files
app.py
CHANGED
|
@@ -259,7 +259,7 @@ def ocr_interface(pdf_file, model_t='it5/it5-base-question-answering', question=
|
|
| 259 |
|
| 260 |
|
| 261 |
# Start the UI
|
| 262 |
-
with gr.Blocks() as demo:
|
| 263 |
|
| 264 |
gr.Markdown(
|
| 265 |
'''
|
|
|
|
| 259 |
|
| 260 |
|
| 261 |
# Start the UI
|
| 262 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 263 |
|
| 264 |
gr.Markdown(
|
| 265 |
'''
|