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()])