xiaoyao9184 commited on
Commit
c42f2c0
·
verified ·
1 Parent(s): cb010d4

Synced repo using 'sync_with_huggingface' Github Action

Browse files

original:
- remote: "https://github.com/xiaoyao9184/docker-surya"
- commit: "eb13bd920ce69bf71a5b9dd44d7be5424775eabc"
sync_with_huggingface:
- repository: ""
- ref: ""

Files changed (1) hide show
  1. gradio_app.py +1 -0
gradio_app.py CHANGED
@@ -11,6 +11,7 @@ if "APP_PATH" in os.environ:
11
 
12
  import io
13
  import tempfile
 
14
 
15
  import pypdfium2
16
  import gradio as gr
 
11
 
12
  import io
13
  import tempfile
14
+ from typing import List
15
 
16
  import pypdfium2
17
  import gradio as gr