Gabriel commited on
Commit
dd7a857
1 Parent(s): 8bf28d6

Update app.py

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