Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
209 |
answer = gr.Textbox(label="AI-nswer:", placeholder="Hello, World! \nAsk me anything about AI ML, and helpful tools you may want to use!", interactive=False, lines=10)
|
210 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
211 |
|
212 |
-
interface = gr.Interface(fn=
|
213 |
interface.launch()
|
214 |
|
215 |
#portal_button = gr.Image("einy.png", container = False, show_share_button = False, show_download_button = False, label="output", show_label=True, elem_id="output_image", scale=0, width=500)
|
|
|
209 |
answer = gr.Textbox(label="AI-nswer:", placeholder="Hello, World! \nAsk me anything about AI ML, and helpful tools you may want to use!", interactive=False, lines=10)
|
210 |
submit_button.click(fn=query_model, inputs=question, outputs=answer)
|
211 |
|
212 |
+
interface = gr.Interface(fn=create_random_link, inputs=[], outputs="html")
|
213 |
interface.launch()
|
214 |
|
215 |
#portal_button = gr.Image("einy.png", container = False, show_share_button = False, show_download_button = False, label="output", show_label=True, elem_id="output_image", scale=0, width=500)
|