Masa-digital-art commited on
Commit
febadaf
1 Parent(s): d6c830a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ class MasasanAI:
102
  return result
103
 
104
  def main():
105
- iface = gr.Interface(fn=MasasanAI.generate_emo,
106
  inputs=gr.Textbox(label=inputs_label),
107
  outputs=gr.Textbox(label=outputs_label),
108
  title=title,
 
102
  return result
103
 
104
  def main():
105
+ iface = gr.Interface(fn=MasasanAI.generate_plan,
106
  inputs=gr.Textbox(label=inputs_label),
107
  outputs=gr.Textbox(label=outputs_label),
108
  title=title,