Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import sys
|
|
|
3 |
from transformers import AutoTokenizer, AutoModel, AutoConfig
|
4 |
# Add the current directory to the system path
|
5 |
metalatte_path = '.'
|
|
|
1 |
import gradio as gr
|
2 |
import sys
|
3 |
+
import pandas as pd
|
4 |
from transformers import AutoTokenizer, AutoModel, AutoConfig
|
5 |
# Add the current directory to the system path
|
6 |
metalatte_path = '.'
|