Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
|
|
|
|
|
|
4 |
|
5 |
client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct")
|
6 |
|
|
|
1 |
import gradio as gr
|
2 |
from huggingface_hub import InferenceClient
|
3 |
|
4 |
+
with gr.Blocks(fill_height=True) as demo:
|
5 |
+
with gr.Tab("stabilityai"):
|
6 |
+
demo_stabilityai.render()
|
7 |
|
8 |
client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct")
|
9 |
|