Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import BartTokenizer, BartForConditionalGeneration
|
| 3 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 1 |
+
import os
|
| 2 |
import gradio as gr
|
| 3 |
from transformers import BartTokenizer, BartForConditionalGeneration
|
| 4 |
from huggingface_hub import hf_hub_download
|