Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
|
28 |
# demo.launch(share=True, show_error=True)
|
29 |
import httpcore
|
30 |
-
setattr(httpcore, 'SyncHTTPTransport',
|
31 |
import gradio as gr
|
32 |
from transformers import pipeline
|
33 |
import numpy as np
|
|
|
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
|