Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <link rel="icon" type="image/svg+xml" href="/favicon.ico" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>ScriptVoice - Python Gradio App</title> | |
| </head> | |
| <body> | |
| <div id="root"> | |
| <div style="padding: 20px; font-family: Arial, sans-serif; text-align: center;"> | |
| <h1>ScriptVoice - AI-Powered Story Intelligence Platform</h1> | |
| <p>This is a Python Gradio application. To run it:</p> | |
| <ol style="text-align: left; max-width: 400px; margin: 0 auto;"> | |
| <li>Install dependencies: <code>pip install -r requirements.txt</code></li> | |
| <li>Run the app: <code>python main.py</code></li> | |
| <li>Access at: <a href="http://localhost:7860">http://localhost:7860</a></li> | |
| </ol> | |
| <p style="margin-top: 20px; color: #666;"> | |
| The actual application interface will be served by Gradio on port 7860. | |
| </p> | |
| </div> | |
| </div> | |
| </body> | |
| </html> | |