Spaces:
Build error
Build error
Commit
·
6046c39
1
Parent(s):
3e789ee
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,8 @@ WANDB_API_KEY = "97a45c27a4ead60eb8eff145c37ec8c39cf2fe63"
|
|
| 11 |
|
| 12 |
wandb.login(key="97a45c27a4ead60eb8eff145c37ec8c39cf2fe63")
|
| 13 |
|
|
|
|
|
|
|
| 14 |
|
| 15 |
# Load environment variables from .env file
|
| 16 |
load_dotenv()
|
|
@@ -101,9 +103,6 @@ with gr.Blocks() as demo:
|
|
| 101 |
model_choice = gr.Dropdown(label="Model Options", choices=['gpt-3.5-turbo', 'gpt-4'])
|
| 102 |
|
| 103 |
|
| 104 |
-
# Textbox for user's name
|
| 105 |
-
user_name = gr.Textbox(label="Your Name", value="", placeholder="Enter your name here...")
|
| 106 |
-
wandb.init(project="Joe 0.1", job_type= "generation", name=user_name)
|
| 107 |
|
| 108 |
|
| 109 |
|
|
|
|
| 11 |
|
| 12 |
wandb.login(key="97a45c27a4ead60eb8eff145c37ec8c39cf2fe63")
|
| 13 |
|
| 14 |
+
wandb.init(project="Joe 0.1", job_type= "generation", name='Finn')
|
| 15 |
+
|
| 16 |
|
| 17 |
# Load environment variables from .env file
|
| 18 |
load_dotenv()
|
|
|
|
| 103 |
model_choice = gr.Dropdown(label="Model Options", choices=['gpt-3.5-turbo', 'gpt-4'])
|
| 104 |
|
| 105 |
|
|
|
|
|
|
|
|
|
|
| 106 |
|
| 107 |
|
| 108 |
|