diff --git a/gemma-faiss.py b/gemma-faiss.py index b1ef8c8..fecaab4 100644 --- a/gemma-faiss.py +++ b/gemma-faiss.py @@ -62,4 +62,4 @@ def generate_response(query): # 8️⃣ Interfejs Gradio (Open-WebUI) iface = gr.Interface(fn=generate_response, inputs="text", outputs="text") -iface.launch(server_name="0.0.0.0", server_port=7860) # Uruchom interfejs \ No newline at end of file +iface.launch(server_name="192.167.100.102", server_port=7860) # Uruchom interfejs \ No newline at end of file