eaglelandsonce commited on
Commit
b99e1f5
·
verified ·
1 Parent(s): 425f40e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ import random
6
  import io
7
 
8
 
9
- st.title("Claude 3 Opus Prompt Refiner")
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 Movie 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")
 
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")