papasega commited on
Commit
ea38e99
1 Parent(s): c76c6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -26,6 +26,8 @@
26
 
27
 
28
  # demo.launch(share=True, show_error=True)
 
 
29
  import httpcore
30
  import gradio as gr
31
  from transformers import pipeline
@@ -75,6 +77,7 @@ demo = gr.Interface(
75
  )
76
 
77
  # Lancement de l'application Gradio
 
78
  demo.launch(share=True, show_error=True)
79
 
80
 
 
26
 
27
 
28
  # demo.launch(share=True, show_error=True)
29
+
30
+
31
  import httpcore
32
  import gradio as gr
33
  from transformers import pipeline
 
77
  )
78
 
79
  # Lancement de l'application Gradio
80
+
81
  demo.launch(share=True, show_error=True)
82
 
83