Epoching commited on
Commit
b761f33
·
1 Parent(s): ab43caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -111,9 +111,9 @@ with demo:
111
  with gr.Row():
112
  gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=gradio-blocks_story_and_video_generation)")
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("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=gradio-blocks_story_and_video_generation)")
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)