echo-chatbot / app.py
scornflake's picture
Upload folder using huggingface_hub
2089cf4 verified
raw
history blame contribute delete
No virus
330 Bytes
# import gradio as gr
#
#
# def greeting(text):
# return f"Hello, {text}!"
#
#
# interface = gr.Interface(
# fn=greeting,
# inputs=["text"],
# outputs=["text"],
# live=True
# )
#
# interface.queue().launch()
#
# # demo = gr.ChatInterface(slow_echo).queue().launch()
import chatbot_messages
import gradio as gr