Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ def create_gradio_interface():
|
|
203 |
.process-button:hover { background-color: darkblue !important; transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important; }
|
204 |
"""
|
205 |
#with gr.Blocks(theme="bethecloud/storj_theme", css=css, js=js_func) as demo:
|
206 |
-
with gr.Blocks(theme="bethecloud/storj_theme") as demo:
|
207 |
gr.HTML("""
|
208 |
<div class="title" style="text-align: center">
|
209 |
<h1>OCR Comparator🥠</h1>
|
|
|
203 |
.process-button:hover { background-color: darkblue !important; transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important; }
|
204 |
"""
|
205 |
#with gr.Blocks(theme="bethecloud/storj_theme", css=css, js=js_func) as demo:
|
206 |
+
with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
207 |
gr.HTML("""
|
208 |
<div class="title" style="text-align: center">
|
209 |
<h1>OCR Comparator🥠</h1>
|