Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -111,9 +111,9 @@ with demo:
|
|
111 |
with gr.Row():
|
112 |
gr.Markdown("")
|
113 |
gr.Markdown("Models Used:")
|
114 |
-
gr.Markdown("1: [GPT-J](https://huggingface.co/pranavpsv/gpt2-genre-story-generator)")
|
115 |
-
gr.Markdown("2: [Latent Diffusion](https://huggingface.co/spaces/multimodalart/latentdiffusion) | [Github Repo](https://github.com/CompVis/latent-diffusion)")
|
116 |
-
gr.Markdown("3: [Frame Interpolation](https://huggingface.co/spaces/akhaliq/frame-interpolation) | [Github Repo](https://github.com/google-research/frame-interpolation)")
|
117 |
|
118 |
# Bind functions to buttons
|
119 |
button_gen_story.click(fn=generate_story, inputs=[input_story_type , input_start_text], outputs=output_generated_story)
|
|
|
111 |
with gr.Row():
|
112 |
gr.Markdown("")
|
113 |
gr.Markdown("Models Used:")
|
114 |
+
gr.Markdown("1 (Story Generation): [GPT-J](https://huggingface.co/pranavpsv/gpt2-genre-story-generator)")
|
115 |
+
gr.Markdown("2 (Image Generation Conditioned on Text): [Latent Diffusion](https://huggingface.co/spaces/multimodalart/latentdiffusion) | [Github Repo](https://github.com/CompVis/latent-diffusion)")
|
116 |
+
gr.Markdown("3 (Interpolations): [Frame Interpolation](https://huggingface.co/spaces/akhaliq/frame-interpolation) | [Github Repo](https://github.com/google-research/frame-interpolation)")
|
117 |
|
118 |
# Bind functions to buttons
|
119 |
button_gen_story.click(fn=generate_story, inputs=[input_story_type , input_start_text], outputs=output_generated_story)
|