abidlabs HF staff commited on
Commit
ecfaec1
1 Parent(s): b311817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def code_generation(prompt, max_new_tokens, temperature=0.2, seed=42):
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:
 
62
  return post_processing(prompt, completion)
63
 
64
 
65
+ with gr.Blocks() as demo:
66
  with gr.Row():
67
  _, colum_2, _ = gr.Column(scale=1), gr.Column(scale=6), gr.Column(scale=1)
68
  with colum_2: