mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
10 lines
88 B
Python
10 lines
88 B
Python
import gradio as gr
|
|
|
|
|
|
def create_ui():
|
|
pass
|
|
|
|
|
|
def create_event_handlers():
|
|
pass
|