nruto commited on
Commit
47f84c9
1 Parent(s): 59903f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
- gr.load("models/stabilityai/stable-diffusion-3.5-large-turbo").launch()
4
 
5
  client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct")
6
 
@@ -79,6 +79,7 @@ demo = gr.ChatInterface(
79
  ],
80
  css=opq # Add the custom CSS here
81
  )
 
82
 
83
  if __name__ == "__main__":
84
  demo.launch(share=True)
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
+
4
 
5
  client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct")
6
 
 
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)