nruto commited on
Commit
ed4b8d0
1 Parent(s): 19cb856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,9 +1,7 @@
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
 
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+
 
 
5
 
6
  client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct")
7