Spaces:
Build error
Build error
Commit
·
e4eba59
1
Parent(s):
67283e0
Update app.py
Browse files
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 |
-
|
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)
|