Spaces:
Running
Running
Jaiwincr7
commited on
Commit
Β·
d4a09e1
1
Parent(s):
47d6bb4
REFACTOR: Renamed main.py to pdf_utils.py and updated Dockerfile/imports accordingly.
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from merged import load_model_and_tokenizer, generate_code_stream
|
| 3 |
-
from
|
| 4 |
|
| 5 |
st.write("π App started")
|
| 6 |
# ---------------- Load model ONCE ----------------
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from merged import load_model_and_tokenizer, generate_code_stream
|
| 3 |
+
from pdf_utils import test_case
|
| 4 |
|
| 5 |
st.write("π App started")
|
| 6 |
# ---------------- Load model ONCE ----------------
|