duchaba commited on
Commit
f385120
·
verified ·
1 Parent(s): e409c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -524,10 +524,10 @@ def add_method(cls):
524
  return decorator
525
  #
526
  # [END OF pluto_happy]
527
- if __name__ == "__main__":
528
- hanna = Pluto_Happy('Hanna, the explorer and ranger.')
529
- hanna.fname_requirements = 'requirements.txt'
530
- hanna.print_info_self()
531
  #
532
  import gradio
533
  def greet(name):
 
524
  return decorator
525
  #
526
  # [END OF pluto_happy]
527
+ #
528
+ hanna = Pluto_Happy('Hanna, the explorer and ranger.')
529
+ hanna.fname_requirements = 'requirements.txt'
530
+ hanna.print_info_self()
531
  #
532
  import gradio
533
  def greet(name):