Spaces:
Sleeping
Sleeping
File size: 4,284 Bytes
dd7fe10 45a4d1c dd7fe10 0e61863 dd7fe10 1eb1070 c5d7fd8 1eb1070 45a4d1c dd7fe10 95323c2 3beaf26 95323c2 0e61863 31b503f 53703b0 dd7fe10 45a4d1c 0e61863 45a4d1c 3beaf26 45a4d1c 31b503f 1eb1070 3beaf26 31b503f 3beaf26 4e3696b 37b8193 c79e9a5 cf068fa 2f945b1 a3e8a9f 7847de9 961bda9 50c255c 31b503f 66e779c 6185ce9 f89ecf4 b6c04ca 3beaf26 1e4a472 0e61863 f89ecf4 b6c04ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
import gradio as gr
import requests
import threading
import time
# ์ธ๋ถ URL์ ์ ์ํ๋ ํจ์๋ฅผ ์ ์ํฉ๋๋ค.
def check_connection(url):
try:
response = requests.get(url)
status = f"URL: {url} ์ํ ์ฝ๋: {response.status_code}, ์ ์ ์ํ: {'์ ์ ์ฑ๊ณต' if response.status_code == 200 else '์ ์ ์คํจ'}"
except Exception as e:
status = f"URL: {url} ์ ์ ์คํจ: {str(e)}"
print(status)
return status
# ํ์ด๋จธ๋ฅผ ์ฌ์ฉํ์ฌ ์ ํด์ง ์ฃผ๊ธฐ๋ก ํจ์๋ฅผ ๋ฐ๋ณต ์คํํฉ๋๋ค.
def start_timer(url, interval):
threading.Timer(interval, start_timer, [url, interval]).start()
check_connection(url)
# ํ์ด๋จธ ์์ ํจ์๋ฅผ Gradio์ ์
๋ ฅ๊ณผ ํจ๊ป ์ฐ๊ฒฐํฉ๋๋ค.
def setup_timer(interval, *urls):
interval_seconds = interval * 60 # ๋ถ์ ์ด๋ก ๋ณํ
for url in urls:
if url: # URL์ด ๋น์ด ์์ง ์์ผ๋ฉด ํ์ด๋จธ ์์
start_timer(url, interval_seconds)
return "ํ์ด๋จธ๊ฐ ์ค์ ๋์์ต๋๋ค."
# Gradio UI ์ปดํฌ๋ํธ๋ฅผ ์ ์ํฉ๋๋ค.
url_inputs = [gr.Text(label=f"URL {i+1}", placeholder=f"์ ์ํ URL {i+1}์ ์
๋ ฅํ์ธ์") for i in range(40)]
interval_input = gr.Slider(minimum=1, maximum=60, step=1, value=5, label="์ ์ ์ฃผ๊ธฐ(๋ถ)")
# Gradio ์ฑ ์ค์
app = gr.Interface(
fn=setup_timer,
inputs=[interval_input] + url_inputs,
outputs="text",
title="URL ์ ์ ์ฒด์ปค",
description="์ต๋ 40๊ฐ์ URL๊ณผ ์ ์ ์ฃผ๊ธฐ๋ฅผ ์
๋ ฅํ๊ณ '์์' ๋ฒํผ์ ํด๋ฆญํ์ธ์. ์ง์ ๋ ์ฃผ๊ธฐ๋ก HTTP ์ํ ์ฝ๋ ๋ฐ ์ ์ ์ํ๋ฅผ ํ์ธํฉ๋๋ค.",
examples=[
[
15,
"https://seawolf2357-FastGPT.hf.space",
"https://seawolf2357-NaverTalk.hf.space",
"https://seawolf2357-timer.hf.space",
"https://seawolf2357-timer2.hf.space",
"https://seawolf2357-kai-commu-1253181575252803634.hf.space",
"https://seawolf2357-kai-commu-1253181626750341141.hf.space",
"https://fantaxy-kai-tts.hf.space",
"https://seawolf2357-kai-code.hf.space",
"https://antaxy-kai-chat-speech.hf.space",
"https://seawolf2357-kai-image-xl.hf.space",
"https://fantaxy-kai-ytb-audio.hf.space",
"https://seawolf2357-kai-allsend.hf.space",
"https://seawolf2357-kai-phi3.hf.space",
"https://seawolf2357-kai-yi.hf.space",
"https://seawolf2357-kai-allsend.hf.space",
"https://seawolf2357-kai-imgsearch.hf.space",
"https://seawolf2357-kai-vidsearch.hf.space",
"https://seawolf2357-kai-ytb-search.hf.space",
"https://seawolf2357-kai-ytb-search1.hf.space",
"https://-trans.hf.space",
"https://seawolf2357-kai-image-sdxl.hf.space",
"https://seawolf2357-kai-image-sd14.hf.space",
"https://seawolf2357-kai-image-xl.hf.space",
"https://seawolf2357-kai-image-real.hf.space",
"https://seawolf2357-kai-welcome.hf.space",
"https://seawolf2357-kai-commu-dc.hf.space",
"https://seawolf2357-kai-commu-1253181097311731712.hf.space",
"https://seawolf2357-kai-commu-1253181128152449075.hf.space",
"https://seawolf2357-kai-commu-1253181193180942367.hf.space",
"https://seawolf2357-kai-commu-1253181238676557884.hf.space",
"https://seawolf2357-kai-commu-1253181258561884161.hf.space",
"https://seawolf2357-kai-commu-1253181305739411567.hf.space",
"https://seawolf2357-kai-commu-1253181326060949585.hf.space",
"https://seawolf2357-kai-commu-1253181359371980892.hf.space",
"https://seawolf2357-kai-commu-1253181380091973715.hf.space",
"https://seawolf2357-kai-commu-1253181427605045329.hf.space",
"https://seawolf2357-kai-commu-1253181449008320553.hf.space",
"https://seawolf2357-kai-commu-1253181487818211348.hf.space",
"https://seawolf2357-kai-commu-1253181517593837568.hf.space",
"https://seawolf2357-kai-commu-1253181557233946665.hf.space"
]
],
cache_examples=False # ์บ์ ๋นํ์ฑํ
)
app.launch()
|