Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,4 +78,5 @@ def predict(message, history):
|
|
78 |
demo = gr.ChatInterface(predict,
|
79 |
title = f'Sai Literature Question Answering')
|
80 |
|
81 |
-
|
|
|
|
78 |
demo = gr.ChatInterface(predict,
|
79 |
title = f'Sai Literature Question Answering')
|
80 |
|
81 |
+
if __name__ == "__main__":
|
82 |
+
demo.launch(share=True)
|