Spaces:
Sleeping
Sleeping
Rob Learsch commited on
Commit ·
9f3d759
1
Parent(s): 6414bb6
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ def chat_with_musician(user_input, history, artist, previous_artist=None):
|
|
| 141 |
previous_artist = artist # Store the previous artist for the next call
|
| 142 |
#if artist == "Google Gemma":
|
| 143 |
# lyric_response = gemma_response
|
| 144 |
-
return lyric_response
|
| 145 |
|
| 146 |
HF_API_KEY = os.environ["HF_API_KEY"]
|
| 147 |
|
|
@@ -201,7 +201,7 @@ Arist_image = gr.Image(
|
|
| 201 |
show_share_button=False,
|
| 202 |
)
|
| 203 |
with gr.Blocks() as demo:
|
| 204 |
-
#gr.Markdown("### Select your flavor.")
|
| 205 |
with gr.Row(equal_height=True):
|
| 206 |
gr.Interface(
|
| 207 |
fn = return_image,
|
|
|
|
| 141 |
previous_artist = artist # Store the previous artist for the next call
|
| 142 |
#if artist == "Google Gemma":
|
| 143 |
# lyric_response = gemma_response
|
| 144 |
+
return lyric_response
|
| 145 |
|
| 146 |
HF_API_KEY = os.environ["HF_API_KEY"]
|
| 147 |
|
|
|
|
| 201 |
show_share_button=False,
|
| 202 |
)
|
| 203 |
with gr.Blocks() as demo:
|
| 204 |
+
# gr.Markdown("### Select your flavor.")
|
| 205 |
with gr.Row(equal_height=True):
|
| 206 |
gr.Interface(
|
| 207 |
fn = return_image,
|