patmakur commited on
Commit
e06f262
·
verified ·
1 Parent(s): b34291c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -106,6 +106,7 @@ def process_input(user_input):
106
  return result_text, None
107
 
108
 
 
109
  interface = gr.Interface(
110
  fn=process_input,
111
  inputs="text",
@@ -118,6 +119,7 @@ interface = gr.Interface(
118
  )
119
 
120
 
 
121
  if __name__ == "__main__":
122
  interface.launch()
123
 
 
106
  return result_text, None
107
 
108
 
109
+
110
  interface = gr.Interface(
111
  fn=process_input,
112
  inputs="text",
 
119
  )
120
 
121
 
122
+
123
  if __name__ == "__main__":
124
  interface.launch()
125