kalpapathiraja commited on
Commit
94a8ec6
·
verified ·
1 Parent(s): a7de3c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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):