versae commited on
Commit
44d8b8c
1 Parent(s): fe1893c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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