Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def make_call(data):
|
|
| 65 |
|
| 66 |
|
| 67 |
gradio_interface = gr.Interface(fn=make_call, inputs="text", outputs="text")
|
| 68 |
-
gradio_interface.launch()
|
| 69 |
|
| 70 |
# print(chat_completion)
|
| 71 |
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
gradio_interface = gr.Interface(fn=make_call, inputs="text", outputs="text")
|
| 68 |
+
gradio_interface.launch(share=True)
|
| 69 |
|
| 70 |
# print(chat_completion)
|
| 71 |
|