Sort imports
This commit is contained in:
parent
962e33dc10
commit
1dc464dcb0
8 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
import gradio as gr
|
||||
import modules.shared as shared
|
||||
import pandas as pd
|
||||
|
||||
import modules.shared as shared
|
||||
|
||||
df = pd.read_csv("https://raw.githubusercontent.com/devbrones/llama-prompts/main/prompts/prompts.csv")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue