Spaces:
Runtime error
Runtime error
seawolf2357
commited on
Commit
โข
5f2c21e
1
Parent(s):
45c0419
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()])
|