seawolf2357 commited on
Commit
5f2c21e
โ€ข
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()])