diff --git a/gemma-faiss.py b/gemma-faiss.py index c0435f6..0c38cc4 100644 --- a/gemma-faiss.py +++ b/gemma-faiss.py @@ -59,4 +59,4 @@ def generate_response(query): # 8️⃣ Interfejs Gradio (Open-WebUI) iface = gr.Interface(fn=generate_response, inputs="text", outputs="text") -iface.launch() # Uruchom interfejs \ No newline at end of file +iface.launch(share=True) # Uruchom interfejs \ No newline at end of file