mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-25 12:10:31 +08:00
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:
parent
c77f05abb6
commit
bb31cd7dd0
5
.changeset/clever-baboons-act.md
Normal file
5
.changeset/clever-baboons-act.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Remove stable diffusion demo from landing page
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user