Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
import pandas as pd
|
3 |
import os
|
4 |
import shutil
|
|
|
5 |
|
6 |
# Description and Introduction texts
|
7 |
DESCRIPTION = """
|
|
|
2 |
import pandas as pd
|
3 |
import os
|
4 |
import shutil
|
5 |
+
import tempfile
|
6 |
|
7 |
# Description and Introduction texts
|
8 |
DESCRIPTION = """
|