RanjithkumarPanjabikesan commited on
Commit
821825c
·
verified ·
1 Parent(s): c2e6d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from helper import image_to_base64_str, import base64_to_pil
2
  #Build Image Caption and Generate Image Game App.
3
  import gradio as gr
4
  def caption_and_generate(image):
 
1
+ from helper import image_to_base64_str, base64_to_pil
2
  #Build Image Caption and Generate Image Game App.
3
  import gradio as gr
4
  def caption_and_generate(image):