Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, pipeline
|
|
10 |
import torch
|
11 |
from flores200_codes import flores_codes
|
12 |
import gradio as gr
|
|
|
13 |
|
14 |
CUSTOM_PATH = "/gradio"
|
15 |
|
|
|
10 |
import torch
|
11 |
from flores200_codes import flores_codes
|
12 |
import gradio as gr
|
13 |
+
from starlette.middleware.base import BaseHTTPMiddleware
|
14 |
|
15 |
CUSTOM_PATH = "/gradio"
|
16 |
|