Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import zipfile
|
|
11 |
import os
|
12 |
import io
|
13 |
import gradio as gr
|
|
|
14 |
|
15 |
# Set your Google Cloud Document AI processor details here
|
16 |
project_id = "herbaria-ai"
|
|
|
11 |
import os
|
12 |
import io
|
13 |
import gradio as gr
|
14 |
+
import tempfile
|
15 |
|
16 |
# Set your Google Cloud Document AI processor details here
|
17 |
project_id = "herbaria-ai"
|