Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -41,7 +41,7 @@ examples = [ | |
| 41 | 
             
            demo = gr.Interface(fal_recraft, 
         | 
| 42 | 
             
                                inputs=[
         | 
| 43 | 
             
                                    gr.Textbox(label="Prompt"), 
         | 
| 44 | 
            -
                                    gr.Textbox(type="password", label="FAL API Key")
         | 
| 45 | 
             
                                    ], 
         | 
| 46 | 
             
                                outputs="image", 
         | 
| 47 | 
             
                                examples=examples,
         | 
|  | |
| 41 | 
             
            demo = gr.Interface(fal_recraft, 
         | 
| 42 | 
             
                                inputs=[
         | 
| 43 | 
             
                                    gr.Textbox(label="Prompt"), 
         | 
| 44 | 
            +
                                    gr.Textbox(type="password", label="FAL API Key", placeholder="You need to input your FAL API KEY here in order to access recraft-v3")
         | 
| 45 | 
             
                                    ], 
         | 
| 46 | 
             
                                outputs="image", 
         | 
| 47 | 
             
                                examples=examples,
         | 

