Skip to content

streamlit pix2tex Pillow torch # اختيار مصدر الصورة: إما رفع ملف أو التقاط صورة بالكاميرا source = st.radio("اختر طريقة إدخال الصورة:", ("رفع ملف", "التقاط صورة")) if source == "رفع ملف": img_file = st.file_uploader("ارفع صورة المعادلة", type=['png', 'jpg', 'jpeg']) else: img_file = st.camera_input("التقط صورة للمعادلة")  #40

@ashraflx71

Description

@ashraflx71
No description provided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions