ethanweber commited on
Commit
b16aa33
1 Parent(s): 95f29af

file upload

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ with gr.Blocks() as demo:
34
  input = gr.File(file_count="directory")
35
 
36
  if __name__ == "__main__":
37
- gradio_app.launch()
 
34
  input = gr.File(file_count="directory")
35
 
36
  if __name__ == "__main__":
37
+ demo.launch()