shroog / app.py
shroogawh2's picture
Update app.py
5951800 verified
raw
history blame
156 Bytes
#import gradio as gr
#def greet(name):
# return "سلام " + name + "!!"
#demo = gr.Interface(fn=greet, inputs="text", outputs="text")
#demo.launch()