shukurullo2004 commited on
Commit
7616f49
·
verified ·
1 Parent(s): b221e1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,5 +68,6 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
68
  description=description,
69
  article=article)
70
 
 
71
  # Launch the demo!
72
  demo.launch(False) # generate a publically shareable URL?
 
68
  description=description,
69
  article=article)
70
 
71
+
72
  # Launch the demo!
73
  demo.launch(False) # generate a publically shareable URL?