Update deploy.py
Browse files
deploy.py
CHANGED
@@ -5,6 +5,7 @@ import base64
|
|
5 |
import webbrowser
|
6 |
import urllib.parse
|
7 |
import tempfile
|
|
|
8 |
|
9 |
import gradio as gr
|
10 |
from huggingface_hub import HfApi, duplicate_space
|
|
|
5 |
import webbrowser
|
6 |
import urllib.parse
|
7 |
import tempfile
|
8 |
+
from typing import Optional
|
9 |
|
10 |
import gradio as gr
|
11 |
from huggingface_hub import HfApi, duplicate_space
|