Spaces:
Sleeping
Sleeping
Anupam251272
commited on
Commit
•
f5241d6
1
Parent(s):
11d0d81
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import torch
|
|
3 |
import numpy as np
|
4 |
import pandas as pd
|
5 |
import gradio as gr
|
6 |
-
from google.colab import files
|
7 |
from transformers import AutoTokenizer, AutoModelForQuestionAnswering, pipeline
|
8 |
from sklearn.model_selection import train_test_split
|
9 |
from sklearn.preprocessing import LabelEncoder
|
|
|
3 |
import numpy as np
|
4 |
import pandas as pd
|
5 |
import gradio as gr
|
6 |
+
#from google.colab import files
|
7 |
from transformers import AutoTokenizer, AutoModelForQuestionAnswering, pipeline
|
8 |
from sklearn.model_selection import train_test_split
|
9 |
from sklearn.preprocessing import LabelEncoder
|