Spaces:
Sleeping
Sleeping
mfernandar95
commited on
Commit
·
ba852d8
1
Parent(s):
fd14147
correcting the name of the project
Browse files
app.py
CHANGED
|
@@ -2,13 +2,12 @@ from model import *
|
|
| 2 |
import gradio as gr
|
| 3 |
import google as genai
|
| 4 |
|
| 5 |
-
key ="AIzaSyD5LnruQtpy1DbC2emJv1q4ARSBTqfoelQ"
|
| 6 |
|
| 7 |
gr.Interface(
|
| 8 |
fn=process_text,
|
| 9 |
inputs=gr.Textbox(lines=10, label="Input Text", placeholder="Enter resume here..."),
|
| 10 |
outputs=gr.Textbox(label="Generated Text"),
|
| 11 |
-
title="
|
| 12 |
allow_flagging='never'
|
| 13 |
).launch()
|
| 14 |
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
import google as genai
|
| 4 |
|
|
|
|
| 5 |
|
| 6 |
gr.Interface(
|
| 7 |
fn=process_text,
|
| 8 |
inputs=gr.Textbox(lines=10, label="Input Text", placeholder="Enter resume here..."),
|
| 9 |
outputs=gr.Textbox(label="Generated Text"),
|
| 10 |
+
title="Unbias",
|
| 11 |
allow_flagging='never'
|
| 12 |
).launch()
|
| 13 |
|