iface gemma-faiss
This commit is contained in:
parent
a2c50fc5cf
commit
9bfdfc8c9f
|
|
@ -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() # Uruchom interfejs
|
||||
iface.launch(server_name="0.0.0.0", server_port=7860) # Uruchom interfejs
|
||||
Loading…
Reference in New Issue