Rooni commited on
Commit
d75a154
·
1 Parent(s): 757f1cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def gpt3_turbo(image=None, text=None):
33
  iface = gr.Interface(
34
  fn=gpt3_turbo,
35
  inputs=[
36
- gr.inputs.Image(type="file", label="Выберите изображение (необязательно)"),
37
  "text"
38
  ],
39
  outputs="text",
 
33
  iface = gr.Interface(
34
  fn=gpt3_turbo,
35
  inputs=[
36
+ gr.Image(type="file", label="Выберите изображение (необязательно)"),
37
  "text"
38
  ],
39
  outputs="text",