Spaces:
Build error
Build error
Update app.py
Browse files
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()
|
|
|
|
|
|