JustForFunn commited on
Commit
6da864d
·
1 Parent(s): 2ca0b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ openai.api_key = "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"
8
 
9
  model_path = "models/dreamlike-art/dreamlike-photoreal-2.0"
10
  model_prefix = "photoreal style"
11
- model = gradio.Interface.load(model_path)
12
 
13
 
14
  # Define the OpenAI prompt completion function
 
8
 
9
  model_path = "models/dreamlike-art/dreamlike-photoreal-2.0"
10
  model_prefix = "photoreal style"
11
+ model = gr.Interface.load(model_path)
12
 
13
 
14
  # Define the OpenAI prompt completion function