FirstSpace / app2.py
AminFaraji's picture
Create app2.py
a7ec3ca verified
raw
history blame
74 Bytes
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
demo.launch()