Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from typing import Optional, List, Set, Union
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
import gradio as gr
|
4 |
import fasttext
|
|
|
1 |
+
from typing import Optional, List, Set, Union, Tuple
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
import gradio as gr
|
4 |
import fasttext
|