seawolf2357 commited on
Commit
5f2c21e
·
verified ·
1 Parent(s): 45c0419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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()])