Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@
|
|
8 |
#warnings.filterwarnings("ignore",
|
9 |
# message="Using the model-agnostic default `max_length`")
|
10 |
|
11 |
-
import os
|
12 |
import gradio as gr
|
13 |
from transformers import pipeline
|
14 |
|
|
|
8 |
#warnings.filterwarnings("ignore",
|
9 |
# message="Using the model-agnostic default `max_length`")
|
10 |
|
|
|
11 |
import gradio as gr
|
12 |
from transformers import pipeline
|
13 |
|