richardkimsm89 commited on
Commit
85e5d5d
·
verified ·
1 Parent(s): 242e31b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -72,11 +72,11 @@ app = gr.ChatInterface(
72
  examples = [
73
  ["Hello, World."]
74
  ]
75
- ).launch
76
- """
77
  if __name__ == "__main__":
78
- demo.launch()
79
- """
80
  """
81
  # Pipeline
82
 
 
72
  examples = [
73
  ["Hello, World."]
74
  ]
75
+ )
76
+
77
  if __name__ == "__main__":
78
+ app.launch()
79
+
80
  """
81
  # Pipeline
82