Spaces:
Runtime error
Runtime error
File size: 254 Bytes
1ba6009 ce12e5f 1ba6009 ce12e5f 1ba6009 82317c5 556d120 1ba6009 |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
hf_writer = gr.HuggingFaceDatasetSaver("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", "diffusiondb")
def greet(name):
return hf_writer
iface = gr.Interface(fn=greet, inputs="text", outputs="image")
gr.Interface.queue(3)
iface.launch() |