Omnibus commited on
Commit
6fe6d18
·
verified ·
1 Parent(s): 4ee8aad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as app:
151
  with gr.Row():
152
  tokens = gr.Slider(label="Max new tokens",value=2096,minimum=0,maximum=1048*10,step=64,interactive=True,info="The maximum numbers of new tokens")
153
  json_out=gr.JSON(value=base_stats)
154
- char_stats=gr.Textbox()
155
  #text=gr.JSON()
156
  #inp_query.change(search_models,inp_query,models_dd)
157
  #test_b=test_btn.click(itt,url,e_box)
 
151
  with gr.Row():
152
  tokens = gr.Slider(label="Max new tokens",value=2096,minimum=0,maximum=1048*10,step=64,interactive=True,info="The maximum numbers of new tokens")
153
  json_out=gr.JSON(value=base_stats)
154
+ char_stats=gr.Textbox(value=base_stats)
155
  #text=gr.JSON()
156
  #inp_query.change(search_models,inp_query,models_dd)
157
  #test_b=test_btn.click(itt,url,e_box)