Spaces:
Running
Running
Synced repo using 'sync_with_huggingface' Github Action
Browse filesoriginal:
- remote: "https://github.com/xiaoyao9184/docker-surya"
- commit: "eb13bd920ce69bf71a5b9dd44d7be5424775eabc"
sync_with_huggingface:
- repository: ""
- ref: ""
- 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
|