Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,10 +62,7 @@ def code_generation(prompt, max_new_tokens, temperature=0.2, seed=42):
|
|
62 |
return post_processing(prompt, completion)
|
63 |
|
64 |
|
65 |
-
|
66 |
-
css=".gradio-container {background-color: #20233fff; color:white}"
|
67 |
-
)
|
68 |
-
with demo:
|
69 |
with gr.Row():
|
70 |
_, colum_2, _ = gr.Column(scale=1), gr.Column(scale=6), gr.Column(scale=1)
|
71 |
with colum_2:
|
|
|
62 |
return post_processing(prompt, completion)
|
63 |
|
64 |
|
65 |
+
with gr.Blocks():
|
|
|
|
|
|
|
66 |
with gr.Row():
|
67 |
_, colum_2, _ = gr.Column(scale=1), gr.Column(scale=6), gr.Column(scale=1)
|
68 |
with colum_2:
|