Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
a1846a5
1
Parent(s):
1c9b2e4
Update file
Browse files
app.py
CHANGED
|
@@ -581,7 +581,6 @@ with gr.Blocks() as demo:
|
|
| 581 |
# First parse through the folder structure and store that as a list of clickable buttons
|
| 582 |
gr.Markdown("""
|
| 583 |
## AI Generated Code Documentation
|
| 584 |
-
|
| 585 |
Code documentation comes in 3 flavors - internal engineering, external API documentation and product documentation. Each offers different layers of abstraction over the code base.
|
| 586 |
""")
|
| 587 |
|
|
@@ -620,7 +619,6 @@ with gr.Blocks() as demo:
|
|
| 620 |
# First provide a summary of offering
|
| 621 |
gr.Markdown("""
|
| 622 |
# Enterprise Custom Model Finetuning
|
| 623 |
-
|
| 624 |
Finetuning code generation models directly on your enterprise code base has shown up to 10% increase in model suggestion acceptance rate.
|
| 625 |
""")
|
| 626 |
|
|
@@ -683,7 +681,5 @@ with gr.Blocks() as demo:
|
|
| 683 |
|
| 684 |
|
| 685 |
demo.queue()
|
| 686 |
-
demo.launch(debug=True
|
| 687 |
-
|
| 688 |
-
|
| 689 |
|
|
|
|
| 581 |
# First parse through the folder structure and store that as a list of clickable buttons
|
| 582 |
gr.Markdown("""
|
| 583 |
## AI Generated Code Documentation
|
|
|
|
| 584 |
Code documentation comes in 3 flavors - internal engineering, external API documentation and product documentation. Each offers different layers of abstraction over the code base.
|
| 585 |
""")
|
| 586 |
|
|
|
|
| 619 |
# First provide a summary of offering
|
| 620 |
gr.Markdown("""
|
| 621 |
# Enterprise Custom Model Finetuning
|
|
|
|
| 622 |
Finetuning code generation models directly on your enterprise code base has shown up to 10% increase in model suggestion acceptance rate.
|
| 623 |
""")
|
| 624 |
|
|
|
|
| 681 |
|
| 682 |
|
| 683 |
demo.queue()
|
| 684 |
+
demo.launch(debug=True)
|
|
|
|
|
|
|
| 685 |
|