mod
This commit is contained in:
parent
534afc1f65
commit
9228f77c94
|
|
@ -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="192.167.100.102", server_port=7860) # Uruchom interfejs
|
||||
iface.launch(share=True) # Uruchom interfejs
|
||||
Loading…
Reference in New Issue