Skip to content

Commit

Permalink
Update visual_chatgpt.py
Browse files Browse the repository at this point in the history
Fix Chinese encoding error:
 File "visual_chatgpt.py", line 75
SyntaxError: Non-UTF-8 code starting with '\xe4' in file visual_chatgpt.py on line 76, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
  • Loading branch information
ezioruan authored Apr 9, 2023
1 parent 43c440a commit e4130e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visual_chatgpt.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding: utf-8
import os
import gradio as gr
import random
Expand Down

0 comments on commit e4130e5

Please sign in to comment.