Spaces:
Running
Running
Update interface_modules/X2Painting/client_process.py
Browse files
interface_modules/X2Painting/client_process.py
CHANGED
@@ -4,7 +4,6 @@ import interface_modules.X2Painting.server_config as server_config
|
|
4 |
import json
|
5 |
import requests
|
6 |
from utils.data_convert import base64_to_image
|
7 |
-
from interface_modules.WordArt.template_config import font_style_dict
|
8 |
|
9 |
|
10 |
def send_to_server(word, style_name):
|
|
|
4 |
import json
|
5 |
import requests
|
6 |
from utils.data_convert import base64_to_image
|
|
|
7 |
|
8 |
|
9 |
def send_to_server(word, style_name):
|