Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -24,3 +24,5 @@ demo = gr.Interface(
|
|
| 24 |
title="Python Docstring Generator",
|
| 25 |
description="Paste a Python function or snippet to get a short docstring summary.",
|
| 26 |
)
|
|
|
|
|
|
|
|
|
| 24 |
title="Python Docstring Generator",
|
| 25 |
description="Paste a Python function or snippet to get a short docstring summary.",
|
| 26 |
)
|
| 27 |
+
if __name__ == "__main__":
|
| 28 |
+
demo.launch()
|