Update app.py
Browse files
app.py
CHANGED
@@ -45,3 +45,6 @@ iface = gr.Interface(
|
|
45 |
description=markdown_text # Add the markdown text to the description
|
46 |
)
|
47 |
|
|
|
|
|
|
|
|
45 |
description=markdown_text # Add the markdown text to the description
|
46 |
)
|
47 |
|
48 |
+
# Run the interface
|
49 |
+
if __name__ == "__main__":
|
50 |
+
iface.launch()
|