File size: 244 Bytes
15f87d2
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

echo "✨ 启动 Gradio(本地监听 7860 端口)"
python gradio_app_sdxl_specific_id_low_vram.py &  # 后台运行

sleep 60

echo "🌐 尝试使用 cloudflared 暴露端口..."
cloudflared tunnel --url http://localhost:7860