Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,6 @@ import os
|
|
12 |
import io
|
13 |
import gradio as gr
|
14 |
|
15 |
-
# Global DataFrame declaration
|
16 |
-
results_df = pd.DataFrame(columns=["Filename", "Extracted Text", "Translated Text"])
|
17 |
-
|
18 |
# Set your Google Cloud Document AI processor details here
|
19 |
project_id = "herbaria-ai"
|
20 |
location = "us"
|
|
|
12 |
import io
|
13 |
import gradio as gr
|
14 |
|
|
|
|
|
|
|
15 |
# Set your Google Cloud Document AI processor details here
|
16 |
project_id = "herbaria-ai"
|
17 |
location = "us"
|