willn9 commited on
Commit
fe19527
·
verified ·
1 Parent(s): 690be17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import os
2
  from ibm_watson_machine_learning.foundation_models import Model
3
  from ibm_watson_machine_learning.metanames import GenTextParamsMetaNames as GenParams
@@ -72,3 +73,4 @@ career_advice_app = gr.Interface(
72
  # Launch the application
73
  career_advice_app.launch(server_name="0.0.0.0", debug=True, server_port=7860, share=True)
74
 
 
 
1
+ """
2
  import os
3
  from ibm_watson_machine_learning.foundation_models import Model
4
  from ibm_watson_machine_learning.metanames import GenTextParamsMetaNames as GenParams
 
73
  # Launch the application
74
  career_advice_app.launch(server_name="0.0.0.0", debug=True, server_port=7860, share=True)
75
 
76
+ """