Spaces:
Build error
Build error
Commit ·
3e789ee
1
Parent(s): 888a97c
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
|
|
| 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", user_name)
|
| 107 |
|
| 108 |
|
| 109 |
|
|
|
|
| 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 |
|