Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import random
|
|
| 6 |
import io
|
| 7 |
|
| 8 |
|
| 9 |
-
|
| 10 |
# Assuming anthropic is a package for interacting with AI models like Claude
|
| 11 |
# Placeholder for the actual package import and setup
|
| 12 |
from anthropic import Anthropic
|
|
@@ -141,7 +141,7 @@ def generate_and_save_image(api_key, text_prompts):
|
|
| 141 |
return images
|
| 142 |
|
| 143 |
def main():
|
| 144 |
-
st.title("Claude 3 Opus Generated
|
| 145 |
|
| 146 |
stability_api_key = st.text_input("Enter your Stability API Key:", type="password")
|
| 147 |
claude_api_key = st.text_input("Enter your Claude API Key:", type="password")
|
|
|
|
| 6 |
import io
|
| 7 |
|
| 8 |
|
| 9 |
+
|
| 10 |
# Assuming anthropic is a package for interacting with AI models like Claude
|
| 11 |
# Placeholder for the actual package import and setup
|
| 12 |
from anthropic import Anthropic
|
|
|
|
| 141 |
return images
|
| 142 |
|
| 143 |
def main():
|
| 144 |
+
st.title("Claude 3 Opus Generated Scenes")
|
| 145 |
|
| 146 |
stability_api_key = st.text_input("Enter your Stability API Key:", type="password")
|
| 147 |
claude_api_key = st.text_input("Enter your Claude API Key:", type="password")
|