mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -5,5 +5,5 @@ import gradio as gr
|
|||||||
def greet(name):
|
def greet(name):
|
||||||
return "Hello " + name + "!"
|
return "Hello " + name + "!"
|
||||||
|
|
||||||
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
demo = gr.Interface(fn=greet, inputs="text", outputs="text", allow_flagging="never")
|
||||||
demo.launch()
|
demo.launch()
|
||||||
|
|||||||
Reference in New Issue
Block a user