chatdemo / app.py
tilents
user complete1
869c384
raw
history blame contribute delete
283 Bytes
import gradio as gr
import os
import time
from UI.MainBlocks import MainBlocks
# Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
if __name__ == "__main__":
mainBlocks1 = MainBlocks("test")