Spaces:
Runtime error
Runtime error
Commit
·
0ba692f
1
Parent(s):
1c6c270
fixed the issue
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def main():
|
|
28 |
"Please Choose the Model",
|
29 |
("t5-base-wikisplit","t5-v1_1-base-wikisplit", "byt5-base-wikisplit","t5-large-wikisplit"))
|
30 |
|
31 |
-
change_example = st.sidebar.
|
32 |
|
33 |
st.sidebar.write('''
|
34 |
## Applications:
|
|
|
28 |
"Please Choose the Model",
|
29 |
("t5-base-wikisplit","t5-v1_1-base-wikisplit", "byt5-base-wikisplit","t5-large-wikisplit"))
|
30 |
|
31 |
+
change_example = st.sidebar.checkbox("Try Random Examples")
|
32 |
|
33 |
st.sidebar.write('''
|
34 |
## Applications:
|