Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,7 @@ import torch
|
|
6 |
import numpy as np
|
7 |
|
8 |
def main():
|
9 |
-
|
10 |
-
|
11 |
-
st.title("yelp2024fall Test")
|
12 |
st.write("Enter a sentence for analysis:")
|
13 |
|
14 |
user_input = st.text_input("")
|
|
|
6 |
import numpy as np
|
7 |
|
8 |
def main():
|
9 |
+
st.title("Test finetuned model with Yelp Review")
|
|
|
|
|
10 |
st.write("Enter a sentence for analysis:")
|
11 |
|
12 |
user_input = st.text_input("")
|