nruto commited on
Commit
19cb856
·
verified ·
1 Parent(s): 45621af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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