Remove stable diffusion demo from landing page (#5423)

* remove stable diffusion demo

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Ali Abdalla 2023-09-05 18:08:45 -07:00 committed by GitHub
parent c77f05abb6
commit bb31cd7dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,5 @@
---
"website": minor
---
feat:Remove stable diffusion demo from landing page

View File

@ -1,5 +1,5 @@
<script lang="ts">
import { stable_diffusion, sketch, chat } from "../assets/demo_code";
import { sketch, chat } from "../assets/demo_code";
let tabs = [
{
@ -7,11 +7,6 @@
code: sketch,
demo: "gradio/pictionary"
},
{
title: "Stable Diffusion",
code: stable_diffusion,
demo: "hysts/SD-XL"
},
{
title: "Time Series Forecasting",
code: false,