gemma-faiss public
This commit is contained in:
parent
de53229291
commit
a556bad96c
|
|
@ -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
|
||||
iface.launch(share=True) # Uruchom interfejs
|
||||
Loading…
Reference in New Issue