Spaces:
Runtime error
Runtime error
Commit ·
8e2539f
1
Parent(s): 7995e77
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,4 +48,4 @@ def chat_response(query):
|
|
| 48 |
if __name__ == "__main__":
|
| 49 |
interface = gradio.Interface(fn=chat_response, inputs="text", outputs="text", title='Annual Reports GPT', description=description)
|
| 50 |
|
| 51 |
-
interface.launch(
|
|
|
|
| 48 |
if __name__ == "__main__":
|
| 49 |
interface = gradio.Interface(fn=chat_response, inputs="text", outputs="text", title='Annual Reports GPT', description=description)
|
| 50 |
|
| 51 |
+
interface.launch(server_name="0.0.0.0", server_port=7860, share=True)
|