Spaces:
Runtime error
Runtime error
Matt
commited on
Commit
·
5005844
1
Parent(s):
a20d51f
Bugfix
Browse files
app.py
CHANGED
@@ -50,4 +50,5 @@ iface = gr.Interface(
|
|
50 |
gr.TextArea(label="Formatted conversation"),
|
51 |
gr.TextArea(label="Code snippet to create PR", lines=3, show_copy_button=True)
|
52 |
]
|
|
|
53 |
iface.launch()
|
|
|
50 |
gr.TextArea(label="Formatted conversation"),
|
51 |
gr.TextArea(label="Code snippet to create PR", lines=3, show_copy_button=True)
|
52 |
]
|
53 |
+
)
|
54 |
iface.launch()
|