Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|