liamcripwell commited on
Commit
b5a17d7
·
verified ·
1 Parent(s): 152508e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,4 +90,5 @@ with gr.Blocks(title="NuMarkdown-8B-Thinking", theme=gr.themes.Soft()) as demo:
90
  )
91
 
92
  if __name__ == "__main__":
 
93
  demo.launch(share=True)
 
90
  )
91
 
92
  if __name__ == "__main__":
93
+ print("Python script started...")
94
  demo.launch(share=True)