Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|