syeedalireza commited on
Commit
e0f8402
·
verified ·
1 Parent(s): 88a03c0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()