dawood HF Staff commited on
Commit
07eb0e9
·
1 Parent(s): daf7736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -65,6 +65,4 @@ demo = gr.Interface(fn=outbreak, inputs=inputs, outputs=outputs, examples=[
65
  ["Bokeh", 1.2, "May", ["UK"], True]
66
  ], cache_examples=True)
67
 
68
-
69
- if __name__ == "__main__":
70
- demo.launch()
 
65
  ["Bokeh", 1.2, "May", ["UK"], True]
66
  ], cache_examples=True)
67
 
68
+ demo.launch()