Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|