왓슨 기초
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import gradio as gr
|
||||
|
||||
|
||||
def echo(message, history):
|
||||
return message
|
||||
|
||||
|
||||
demo = gr.ChatInterface(
|
||||
fn=echo, examples=["hello", "hola", "merhaba"], title="Echo Bot"
|
||||
)
|
||||
demo.launch()
|
||||
Reference in New Issue
Block a user