Skip to content

Commit

Permalink
Fix an import
Browse files Browse the repository at this point in the history
  • Loading branch information
corystephenson-db committed Aug 7, 2023
1 parent c073c61 commit a797e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffusion/inference/inference_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import base64
import io
from typing import Any, Dict, List, Optional
from typing import Any, Dict, List

import torch
from composer.utils.file_helpers import get_file
Expand Down

0 comments on commit a797e6c

Please sign in to comment.