gojiteji commited on
Commit
286556c
·
1 Parent(s): c2592bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -61,7 +61,6 @@ pipeline, params = FlaxStableDiffusionPipeline.from_pretrained(
61
 
62
 
63
 
64
- import gradio as gr
65
 
66
  def text_to_image_and_image_to_text(text=None,image=None):
67
  if image != None:
 
61
 
62
 
63
 
 
64
 
65
  def text_to_image_and_image_to_text(text=None,image=None):
66
  if image != None: