Update app.py
Browse files
app.py
CHANGED
@@ -173,8 +173,8 @@ with gr.Blocks(theme="gstaff/xkcd") as interface:
|
|
173 |
# Lance l'interface
|
174 |
|
175 |
if __name__ == "__main__":
|
176 |
-
|
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
|
|
|
173 |
# Lance l'interface
|
174 |
|
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
|