Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
-
|
| 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)
|