forked from sahirmaharaj/exifa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a0f924
commit 672f8df
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
""" | ||
All code contributed to Wordlit.net is © 2024 by Sahir Maharaj. | ||
The content is licensed under the Creative Commons Attribution 4.0 International License. | ||
This allows for sharing and adaptation, provided appropriate credit is given, and any changes made are indicated. | ||
When using the code from Wordlit.net, please credit as follows: "Code sourced from Exifa.net, authored by Sahir Maharaj, 2024." | ||
For reporting bugs, requesting features, or further inquiries, please reach out to Sahir Maharaj at [email protected]. | ||
Connect with Sahir Maharaj on LinkedIn for updates and potential collaborations: https://www.linkedin.com/in/sahir-maharaj/ | ||
Hire Sahir Maharaj: https://topmate.io/sahirmaharaj/362667 | ||
""" | ||
|
||
import streamlit as st | ||
import replicate | ||
import os | ||
|