Update app.py
Browse files
app.py
CHANGED
@@ -175,3 +175,6 @@ with gr.Blocks(theme="gstaff/xkcd") as interface:
|
|
175 |
if __name__ == "__main__":
|
176 |
# demo.launch(share=True)
|
177 |
demo.launch()
|
|
|
|
|
|
|
|
175 |
if __name__ == "__main__":
|
176 |
# demo.launch(share=True)
|
177 |
demo.launch()
|
178 |
+
# Sans share=True : Erreur 500 ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.
|
179 |
+
# Avec share=True : Erreur 500 ValueError: share=True is not supported on HuggingFaceSpace
|
180 |
+
#Fonctionnait sans share=True jusque vers 16:00 - MAJ Auto Gradio de 5.05 > 5.15 - Laisser en l'etat 2025.02.09
|