nruto commited on
Commit
77551b5
1 Parent(s): 47f84c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ demo = gr.ChatInterface(
79
  ],
80
  css=opq # Add the custom CSS here
81
  )
82
- gr.load("models/stabilityai/stable-diffusion-3.5-large-turbo").launch()
83
 
84
  if __name__ == "__main__":
85
  demo.launch(share=True)
 
79
  ],
80
  css=opq # Add the custom CSS here
81
  )
82
+
83
 
84
  if __name__ == "__main__":
85
  demo.launch(share=True)