Bui Trung
commited on
Commit
•
703c808
1
Parent(s):
2b56463
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ from urllib.parse import urlencode
|
|
5 |
from typing import List, Dict
|
6 |
from httpx import AsyncClient, Response
|
7 |
from loguru import logger as log
|
8 |
-
import nest_asyncio
|
9 |
import torch
|
10 |
import torch.nn as nn
|
11 |
from transformers import AutoModel
|
|
|
5 |
from typing import List, Dict
|
6 |
from httpx import AsyncClient, Response
|
7 |
from loguru import logger as log
|
|
|
8 |
import torch
|
9 |
import torch.nn as nn
|
10 |
from transformers import AutoModel
|