FIX python3/pip3

This commit is contained in:
2025-01-23 20:47:54 +09:00
parent 8aec2d29a3
commit 81c9b632e8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Run
```bash
python app.py
python3 app.py
```
# Open

4
app.py
View File

@@ -1,6 +1,6 @@
# http://localhost:8501
# http://localhost:5002
try: import os, io, tempfile, streamlit
except: os.system('pip install -q streamlit')
except: os.system('python3 -m pip install -q streamlit')
finally: import streamlit as st
if st.runtime.exists():
st.title('맥모닝 OCR')