Spaces:
Running
on
Zero
Running
on
Zero
Borg93
commited on
Update main.py
Browse files- app/main.py +3 -3
app/main.py
CHANGED
@@ -79,9 +79,9 @@ with gr.Blocks(
|
|
79 |
with gr.Tab(label="3. Export", interactive=False) as tab_export:
|
80 |
export.render()
|
81 |
|
82 |
-
@demo.load()
|
83 |
-
def inital_trocr_load():
|
84 |
-
|
85 |
|
86 |
def sync_gradio_object_state(input_value, state_value):
|
87 |
"""Synchronize the Collection."""
|
|
|
79 |
with gr.Tab(label="3. Export", interactive=False) as tab_export:
|
80 |
export.render()
|
81 |
|
82 |
+
# @demo.load()
|
83 |
+
# def inital_trocr_load():
|
84 |
+
# TrOCR("Riksarkivet/trocr-base-handwritten-hist-swe-2")
|
85 |
|
86 |
def sync_gradio_object_state(input_value, state_value):
|
87 |
"""Synchronize the Collection."""
|