Hellisotherpeople
commited on
Commit
•
ddb3d2c
1
Parent(s):
e5387db
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,10 @@ from oci.object_storage.models import CreatePreauthenticatedRequestDetails
|
|
13 |
import pickle
|
14 |
|
15 |
st.set_page_config(page_title="Oracle")
|
16 |
-
st.title("Oracle")
|
17 |
st.caption("Upload HF Dataset to OCI Object Storage!")
|
|
|
|
|
18 |
|
19 |
|
20 |
config_location = ".oci/config"
|
|
|
13 |
import pickle
|
14 |
|
15 |
st.set_page_config(page_title="Oracle")
|
16 |
+
st.title("Oracle x HF - by Allen Roush")
|
17 |
st.caption("Upload HF Dataset to OCI Object Storage!")
|
18 |
+
st.caption("The first of many features and integrations between HF and OCI")
|
19 |
+
st.caption("After the OCI Object Storage Upload Functionality is finished, next step is to make HF models deployable on OCI")
|
20 |
|
21 |
|
22 |
config_location = ".oci/config"
|