Sal-ONE commited on
Commit
7b1c7e8
·
1 Parent(s): 28147cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ Inferece = gr.Interface(
36
  gr.components.Slider(minimum=0.1, maximum=2, step=0.1, label="Choose repetition_penalty")
37
  ],
38
  outputs="text",
39
- live=False # Ensure live is set to False
 
40
  )
41
 
42
- gr.Markdown('<h2 align="center">AI Code Gen</h2>')
43
  Inferece.launch()
 
36
  gr.components.Slider(minimum=0.1, maximum=2, step=0.1, label="Choose repetition_penalty")
37
  ],
38
  outputs="text",
39
+ title="AI Code Gen",
40
+ live=False
41
  )
42
 
 
43
  Inferece.launch()