Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ from gradio_demo.character_template import character_man, lorapath_man
|
|
19 |
from gradio_demo.character_template import character_woman, lorapath_woman
|
20 |
from gradio_demo.character_template import styles, lorapath_styles
|
21 |
import torch
|
|
|
22 |
import os
|
23 |
from typing import Tuple, List
|
24 |
import copy
|
|
|
19 |
from gradio_demo.character_template import character_woman, lorapath_woman
|
20 |
from gradio_demo.character_template import styles, lorapath_styles
|
21 |
import torch
|
22 |
+
torch.jit.script = lambda f: f
|
23 |
import os
|
24 |
from typing import Tuple, List
|
25 |
import copy
|