Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,6 @@ client_utils.get_type = get_type
|
|
| 13 |
if not hasattr(client_utils, 'get_desc'):
|
| 14 |
client_utils.get_desc = get_desc
|
| 15 |
|
| 16 |
-
from email.policy import default
|
| 17 |
-
from json import encoder
|
| 18 |
import gradio as gr
|
| 19 |
import spaces
|
| 20 |
import numpy as np
|
|
|
|
| 13 |
if not hasattr(client_utils, 'get_desc'):
|
| 14 |
client_utils.get_desc = get_desc
|
| 15 |
|
|
|
|
|
|
|
| 16 |
import gradio as gr
|
| 17 |
import spaces
|
| 18 |
import numpy as np
|