Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,6 @@ additional_inputs=[
|
|
73 |
|
74 |
with gr.Blocks(css="resourse/style/custom.css") as demo:
|
75 |
chatbot.like(vote, None, None)
|
76 |
-
iface.render()
|
77 |
|
78 |
if __name__ == "__main__":
|
79 |
demo.queue().launch()
|
|
|
73 |
|
74 |
with gr.Blocks(css="resourse/style/custom.css") as demo:
|
75 |
chatbot.like(vote, None, None)
|
|
|
76 |
|
77 |
if __name__ == "__main__":
|
78 |
demo.queue().launch()
|