KwabsHug commited on
Commit
d92bbd4
·
verified ·
1 Parent(s): 723fb80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -482,12 +482,10 @@ initgameinfo = start_game()
482
 
483
  with gr.Blocks() as geminiapidemo:
484
  with gr.Tab("Generate and Debug"):
485
- gr.HTML("The user wants ")
486
- with gr.Accordion("Gemini Config", open=False):
487
- #gr.Interface(brainstormconsiderations, inputs=["text"], outputs=["text"], description="some considerations for generated config")
488
- gr.Interface(generateconfig, inputs=["text"], outputs=["text"], description=" generated config")
489
- #gr.Interface(debugsuggestions, inputs=["text"], outputs=["text"], description="debug generated config ")
490
- gr.Interface(geminiflashinferenceinstance, inputs=["text"], outputs=["text"], description="flash test")
491
  with gr.Tab("Manual - Config With Assets"):
492
  gr.HTML("Placeholder as not complete yet (3D not supported, and time (esp need for audio)")
493
  with gr.Row():
 
482
 
483
  with gr.Blocks() as geminiapidemo:
484
  with gr.Tab("Generate and Debug"):
485
+ #gr.Interface(brainstormconsiderations, inputs=["text"], outputs=["text"], description="some considerations for generated config")
486
+ gr.Interface(generateconfig, inputs=["text"], outputs=["text"], description="Ask for a topic for gemini to write about config")
487
+ #gr.Interface(debugsuggestions, inputs=["text"], outputs=["text"], description="debug generated config ")
488
+ gr.Interface(geminiflashinferenceinstance, inputs=["text"], outputs=["text"], description="ask flash anything if pro is not available")
 
 
489
  with gr.Tab("Manual - Config With Assets"):
490
  gr.HTML("Placeholder as not complete yet (3D not supported, and time (esp need for audio)")
491
  with gr.Row():