papasega commited on
Commit
4230d06
1 Parent(s): 4b37556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@
26
 
27
 
28
  # demo.launch(share=True, show_error=True)
29
-
 
30
  import gradio as gr
31
  from transformers import pipeline
32
  import numpy as np
 
26
 
27
 
28
  # demo.launch(share=True, show_error=True)
29
+ import httpcore
30
+ setattr(httpcore, 'SyncHTTPTransport', Any)
31
  import gradio as gr
32
  from transformers import pipeline
33
  import numpy as np