mrfakename commited on
Commit
4cc5c27
·
verified ·
1 Parent(s): 6f96c51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -114,12 +114,7 @@ demo = gr.Interface(
114
  ],
115
  outputs=gr.Textbox(label="Generated Code", lines=10),
116
  title="🧠 DiffuCoder Code Generator",
117
- description="Generate code with Apple's DiffuCoder-7B model",
118
- examples=[
119
- ["Write a Python function to calculate factorial"],
120
- ["Create a function to merge two sorted lists"],
121
- ["How to reverse a string in JavaScript?"]
122
- ]
123
  )
124
 
125
  # Run the demo
 
114
  ],
115
  outputs=gr.Textbox(label="Generated Code", lines=10),
116
  title="🧠 DiffuCoder Code Generator",
117
+ description="Generate code with Apple's DiffuCoder-7B model"
 
 
 
 
 
118
  )
119
 
120
  # Run the demo