co42 HF staff commited on
Commit
cdee46d
1 Parent(s): 4a5ee12

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -0
run.py CHANGED
@@ -16,5 +16,6 @@ with gr.Blocks(css=css) as demo:
16
  y_title="Miles per Gallon",
17
  color_legend_title="Origin of Car").style(container=False)
18
 
 
19
  if __name__ == "__main__":
20
  demo.launch()
 
16
  y_title="Miles per Gallon",
17
  color_legend_title="Origin of Car").style(container=False)
18
 
19
+
20
  if __name__ == "__main__":
21
  demo.launch()