Spaces:
Running
Running
seawolf2357
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,6 @@ import os
|
|
7 |
from huggingface_hub import InferenceClient
|
8 |
import asyncio
|
9 |
|
10 |
-
# 플라스크 애플리케이션 설정
|
11 |
-
app = Flask(__name__)
|
12 |
|
13 |
# 로깅 설정
|
14 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s', handlers=[logging.StreamHandler()])
|
|
|
7 |
from huggingface_hub import InferenceClient
|
8 |
import asyncio
|
9 |
|
|
|
|
|
10 |
|
11 |
# 로깅 설정
|
12 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s', handlers=[logging.StreamHandler()])
|