Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| import os | |
| myapi_key=os.environ.get("api_key") | |
| demo = gr.load("waelabou/DemoGochat247_private", src="spaces", api_key=myapi_key) | |
| demo.launch() |
| import gradio as gr | |
| import os | |
| myapi_key=os.environ.get("api_key") | |
| demo = gr.load("waelabou/DemoGochat247_private", src="spaces", api_key=myapi_key) | |
| demo.launch() |