Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import torch
|
|
11 |
from loguru import logger
|
12 |
import nltk
|
13 |
from torch.serialization import add_safe_globals
|
|
|
14 |
|
15 |
# 設定 HTTPS context 避免證書錯誤
|
16 |
ssl._create_default_https_context = ssl._create_unverified_context
|
|
|
11 |
from loguru import logger
|
12 |
import nltk
|
13 |
from torch.serialization import add_safe_globals
|
14 |
+
import gradio as gr
|
15 |
|
16 |
# 設定 HTTPS context 避免證書錯誤
|
17 |
ssl._create_default_https_context = ssl._create_unverified_context
|