teragron commited on
Commit
d7e6525
·
1 Parent(s): 891d7a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks() as demo:
21
  """)
22
  with gr.Row():
23
  text_input = gr.Textbox(placeholder="Enter prompt")
24
- file_input = gr.File(label="Upload File", type="byte") # Change type to "byte"
25
  with gr.Column():
26
  out = gr.Textbox(label="Number of tokens")
27
  run_btn = gr.Button("Run")
 
21
  """)
22
  with gr.Row():
23
  text_input = gr.Textbox(placeholder="Enter prompt")
24
+ file_input = gr.File(label="Upload File", type="bytes") # Change type to "byte"
25
  with gr.Column():
26
  out = gr.Textbox(label="Number of tokens")
27
  run_btn = gr.Button("Run")