d72d5a4 1f34c43 d72d5a4 1f34c43 d72d5a4
1
2
3
4
5
6
7
import gradio as gr import WritingAssistant iface = gr.Interface(fn=WritingAssistant.write4me, inputs="text", outputs="text") iface.launch()