Spaces:
Runtime error
Runtime error
File size: 188 Bytes
7b5e0ec |
1 2 3 4 5 6 7 |
import gradio as gr
from conversation import make_conversation, auth_function
import random
demo = gr.ChatInterface(make_conversation).queue()
demo.launch(auth=auth_function, share=True) |