Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|