Prompthumanizer commited on
Commit
5e97468
·
verified ·
1 Parent(s): 467e721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -532,14 +532,4 @@ class JainArchitectureCore:
532
  ]
533
  return random.choice(advices)
534
 
535
- def main():
536
- jain_core = JainArchitectureCore()
537
- demo = gr.Interface(
538
- fn=jain_core.process_thought,
539
- inputs="text",
540
- outputs="text",
541
- )
542
- demo.launch()
543
-
544
- if __name__ == "__main__":
545
- main()
 
532
  ]
533
  return random.choice(advices)
534
 
535
+