Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,8 +21,6 @@ def excited_tone(text2):
|
|
21 |
response = model.generate_content(text2+" write it in a excited tone")
|
22 |
return response.text
|
23 |
|
24 |
-
|
25 |
-
|
26 |
with gr.Blocks() as demo:
|
27 |
with gr.Row():
|
28 |
with gr.Column(scale=1, min_width=600):
|
|
|
21 |
response = model.generate_content(text2+" write it in a excited tone")
|
22 |
return response.text
|
23 |
|
|
|
|
|
24 |
with gr.Blocks() as demo:
|
25 |
with gr.Row():
|
26 |
with gr.Column(scale=1, min_width=600):
|