marcelovidigal commited on
Commit
af25857
·
verified ·
1 Parent(s): b57e0c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -12,4 +12,6 @@ app = gr.Interface(
12
  fn=executar_predicao,
13
  inputs='text',
14
  outputs='json',
15
- )
 
 
 
12
  fn=executar_predicao,
13
  inputs='text',
14
  outputs='json',
15
+ )
16
+
17
+ app.launch()