Al-Chan commited on
Commit
167a426
1 Parent(s): f6be78e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -12,3 +12,6 @@ demo = gr.Interface(
12
  inputs=["text"],
13
  outputs=["text"],
14
  )
 
 
 
 
12
  inputs=["text"],
13
  outputs=["text"],
14
  )
15
+
16
+ if __name__ == "__main__":
17
+ demo.launch()