Spaces:
Runtime error
Runtime error
File size: 409 Bytes
9a87834 9bbba8c 75ece5a 9a87834 75ece5a 9a87834 75ece5a 9a87834 75ece5a 9a87834 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
"""See https://huggingface.co/spaces/Gradio-Blocks/Story-to-video/blob/main/app.py."""
import gradio as gr
# from PIL import Image
# from transformers import AutoTokenizer, AutoModelForSeq2SeqLM,pipeline
# import requests
# import torch
image_gen = gr.Interface.load("spaces/multimodalart/latentdiffusion")
# image_bytes = image_gen(senten, steps, width, height, num_images, diversity)
image_gen.launch()
|