MCPcopy Create free account
hub / github.com/Sygil-Dev/sygil-webui / __init__

Method __init__

scripts/webui.py:3763–3766  ·  view source on GitHub ↗
(self, demo)

Source from the content-addressed store, hash-verified

3761
3762class ServerLauncher(threading.Thread):
3763 def __init__(self, demo):
3764 threading.Thread.__init__(self)
3765 self.name = "Gradio Server Thread"
3766 self.demo = demo
3767
3768 def run(self):
3769 loop = asyncio.new_event_loop()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected