Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ Model: [`sedaklc/codellama-7b-qlora-humaneval`](https://huggingface.co/sedaklc/c
|
|
| 83 |
submit_btn = gr.Button("Generate", variant="primary")
|
| 84 |
|
| 85 |
with gr.Column():
|
| 86 |
-
output = gr.Textbox(label="Generated code", lines=16
|
| 87 |
|
| 88 |
gr.Examples(
|
| 89 |
examples=EXAMPLES,
|
|
|
|
| 83 |
submit_btn = gr.Button("Generate", variant="primary")
|
| 84 |
|
| 85 |
with gr.Column():
|
| 86 |
+
output = gr.Textbox(label="Generated code", lines=16)
|
| 87 |
|
| 88 |
gr.Examples(
|
| 89 |
examples=EXAMPLES,
|