Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,5 +51,5 @@ demo = gr.Interface(
|
|
51 |
description="Stell Fragen zu Schule, Lernen, Aufgaben – dein KI-Buddy hilft dir!"
|
52 |
)
|
53 |
|
54 |
-
|
55 |
-
|
|
|
51 |
description="Stell Fragen zu Schule, Lernen, Aufgaben – dein KI-Buddy hilft dir!"
|
52 |
)
|
53 |
|
54 |
+
demo.launch(share=False, server_name="0.0.0.0", server_port=7860)
|
55 |
+
|