Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
Trkaga
/
AI.video.Saas
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
AI.video.Saas
4.74 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
Trkaga's picture
Trkaga
Create README.md
1d2c6e9 verified about 2 months ago
  • api
    Create api/generate.py about 2 months ago
  • import requests import os def generate_video(prompt): res = requests.post( "https:
    Create import requests import os def generate_video(prompt): res = requests.post( "https://api.runwayml.com/v1/generate", headers={ "Authorization": f"Bearer {os.getenv('RUNWAY_API_KEY')}" }, json={ "prompt": prompt, "duration": 5 } ) return res.json()["video_url"] about 2 months ago
  • services
    Create services/runway.py about 2 months ago
  • static
    Create static/app.js about 2 months ago
  • templates
    Create templates/dashboard.html about 2 months ago
  • .env
    56 Bytes
    Create .env about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • Dockerfile
    119 Bytes
    Create Dockerfile about 2 months ago
  • README.md
    251 Bytes
    Create README.md about 2 months ago
  • app.py
    450 Bytes
    Create app.py about 2 months ago
  • requirements.txt
    28 Bytes
    Create requirements.txt about 2 months ago