llama2-finetune / app.py
MAsad789565's picture
Update app.py
a18466d
raw
history blame contribute delete
109 Bytes
import gradio as gr
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
iface.launch(share=True)