Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gabriel
/
Swe_summarizer
like
3
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Gabriel
commited on
Oct 5, 2022
Commit
dd7a857
·
1 Parent(s):
8bf28d6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -14,4 +14,6 @@ with gr.Blocks() as demo:
14
15
btn.click(complete_with_gpt, textbox, textbox)
16
17
-
demo.launch()
14
15
btn.click(complete_with_gpt, textbox, textbox)
16
17
+
18
+
if __name__ == "__main__":
19
+
demo.launch()