Sayed121 commited on
Commit
08f27e4
·
verified ·
1 Parent(s): 9ae7992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import os
3
  from groq import Groq
4
 
5
- GROQ_API_KEY="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"
6
  SYSTEM_PROMPT_TEMPLATE ="""
7
  ### System:
8
  The user wants to renovate/change his room (a picture of it is uploaded in our platform). We know the room elements list. The goal is to collect information about what the user wants to do with his room or part of the room in order to generate/make/create an image visualization of his vision. Never return a description of the room and show it to the user.
 
2
  import os
3
  from groq import Groq
4
 
5
+ #GROQ_API_KEY="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"
6
  SYSTEM_PROMPT_TEMPLATE ="""
7
  ### System:
8
  The user wants to renovate/change his room (a picture of it is uploaded in our platform). We know the room elements list. The goal is to collect information about what the user wants to do with his room or part of the room in order to generate/make/create an image visualization of his vision. Never return a description of the room and show it to the user.