Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from huggingface_hub import InferenceClient
|
|
5 |
import asyncio
|
6 |
import aiohttp
|
7 |
import subprocess
|
|
|
8 |
|
9 |
# 로깅 설정
|
10 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s', handlers=[logging.StreamHandler()])
|
|
|
5 |
import asyncio
|
6 |
import aiohttp
|
7 |
import subprocess
|
8 |
+
import gradio as gr
|
9 |
|
10 |
# 로깅 설정
|
11 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s', handlers=[logging.StreamHandler()])
|