kenlkehl commited on
Commit
b256a7a
·
verified ·
1 Parent(s): 3815070

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,5 +138,5 @@ with gr.Blocks(css=custom_css) as demo:
138
  inputs=results_state,
139
  outputs=gr.File(label="Download CSV"))
140
 
141
- if __name__ == 'main':
142
  demo.launch()
 
138
  inputs=results_state,
139
  outputs=gr.File(label="Download CSV"))
140
 
141
+ if __name__ == '__main__':
142
  demo.launch()