ankankbhunia commited on
Commit
4ddb53b
·
verified ·
1 Parent(s): 7492f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -79,10 +79,13 @@ def generate_image(text,folder, _ch3, images):
79
  formatted_datetime = current_datetime.strftime("%Y-%m-%d %H:%M:%S")
80
 
81
  print (f'{formatted_datetime}: input_string - {text_copy}, style_input - {style_log}\n')
 
 
 
82
  except:
83
  print ('ERROR! Try again.')
84
 
85
- return input_styles, page_val
86
 
87
  # Define Gradio Interface
88
  iface = gr.Interface(
 
79
  formatted_datetime = current_datetime.strftime("%Y-%m-%d %H:%M:%S")
80
 
81
  print (f'{formatted_datetime}: input_string - {text_copy}, style_input - {style_log}\n')
82
+
83
+ return input_styles, page_val
84
+
85
  except:
86
  print ('ERROR! Try again.')
87
 
88
+
89
 
90
  # Define Gradio Interface
91
  iface = gr.Interface(