fantaxy commited on
Commit
d05f4a2
·
verified ·
1 Parent(s): e928cee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  # 비동기적으로 외부 URL에 접속하는 함수를 정의합니다.
2
  async def check_connection(url):
3
  try:
@@ -41,7 +48,7 @@ app = gr.Interface(
41
  examples=[
42
  [
43
  15,
44
- "https://fantaxy-timer1.hf.space",
45
  "https://seawolf2357-FastGPT.hf.space",
46
  "https://seawolf2357-NaverTalk.hf.space",
47
  "https://seawolf2357-timer.hf.space",
 
1
+
2
+
3
+ import gradio as gr
4
+ import aiohttp
5
+ import asyncio
6
+ import threading
7
+
8
  # 비동기적으로 외부 URL에 접속하는 함수를 정의합니다.
9
  async def check_connection(url):
10
  try:
 
48
  examples=[
49
  [
50
  15,
51
+ "https://fantaxy-timer1.hf.space",
52
  "https://seawolf2357-FastGPT.hf.space",
53
  "https://seawolf2357-NaverTalk.hf.space",
54
  "https://seawolf2357-timer.hf.space",