Borg93 commited on
Commit
6df9119
·
unverified ·
1 Parent(s): bd834a0

Update main.py

Browse files
Files changed (1) hide show
  1. 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
- TrOCR("Riksarkivet/trocr-base-handwritten-hist-swe-2")
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."""