Spaces:
Runtime error
Runtime error
File size: 237 Bytes
e62a706 |
1 2 3 4 5 |
generator = gr.Interface.load("huggingface/gpt2")
translator = gr.Interface.load("huggingface/t5-small")
gr.Series(generator, translator).launch() # this demo generates text, then translates it to German, and outputs the final result.
|