Spaces:
Runtime error
Runtime error
File size: 176 Bytes
a5d3830 |
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) |