Update app.py
Browse files
app.py
CHANGED
|
@@ -38,4 +38,4 @@ demo = gr.Interface(
|
|
| 38 |
description="Enter the code snippet and language that you want to execute.",
|
| 39 |
)
|
| 40 |
|
| 41 |
-
demo.launch(
|
|
|
|
| 38 |
description="Enter the code snippet and language that you want to execute.",
|
| 39 |
)
|
| 40 |
|
| 41 |
+
demo.launch()
|