arjunanand13's picture
Update app.py
699d399 verified
raw
history blame
104 Bytes
import gradio as gr
func1
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
iface.launch()