Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -244,4 +244,4 @@ with gr.Blocks() as demo:
|
|
| 244 |
interpret_lime.click(as_pyplot_figure, file, plot)
|
| 245 |
|
| 246 |
if __name__ == "__main__":
|
| 247 |
-
demo.launch(
|
|
|
|
| 244 |
interpret_lime.click(as_pyplot_figure, file, plot)
|
| 245 |
|
| 246 |
if __name__ == "__main__":
|
| 247 |
+
demo.launch()
|