Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -317,4 +317,4 @@ with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
|
|
317 |
gr.ChatInterface(predict, examples=examples)
|
318 |
|
319 |
if __name__ == "__main__":
|
320 |
-
demo.launch(share=True
|
|
|
317 |
gr.ChatInterface(predict, examples=examples)
|
318 |
|
319 |
if __name__ == "__main__":
|
320 |
+
demo.launch(share=True)
|