nruto commited on
Commit
45621af
1 Parent(s): 77551b5

Create app_stabilityai.py

Browse files
Files changed (1) hide show
  1. app_stabilityai.py +3 -0
app_stabilityai.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("models/stabilityai/stable-diffusion-3.5-large-turbo").launch()