brunhild217 commited on
Commit
e4eba59
·
1 Parent(s): 67283e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -91,7 +91,6 @@ with gr.Blocks() as demo:
91
  file_output = gr.File(label="Load a .txt or .py file",
92
  file_types=['.py', '.txt'], type="file",
93
  elem_classes="short-height")
94
- upload_button = gr.UploadButton("Click to Upload a File", file_types=[".txt", ".py"], file_count="multiple")
95
- #upload_button.upload(upload_file, upload_button, file_output)
96
 
97
  demo.queue().launch(server_name='0.0.0.0', server_port=7860)
 
91
  file_output = gr.File(label="Load a .txt or .py file",
92
  file_types=['.py', '.txt'], type="file",
93
  elem_classes="short-height")
94
+
 
95
 
96
  demo.queue().launch(server_name='0.0.0.0', server_port=7860)