Spaces:
Sleeping
Sleeping
style: add hfkr_logo.png
Browse files- app.py +3 -2
- hfkr_logo.png +0 -0
app.py
CHANGED
@@ -3,6 +3,7 @@ import requests
|
|
3 |
import string
|
4 |
import time
|
5 |
import re
|
|
|
6 |
|
7 |
import openai
|
8 |
import gradio as gr
|
@@ -150,8 +151,8 @@ demo = gr.Blocks()
|
|
150 |
outputs = gr.outputs.Textbox(label="Translation")
|
151 |
with demo:
|
152 |
gr.Markdown(
|
153 |
-
"# HuggingFace i18n \n"
|
154 |
-
"
|
155 |
)
|
156 |
with gr.Row():
|
157 |
language_input = gr.inputs.Textbox(
|
|
|
3 |
import string
|
4 |
import time
|
5 |
import re
|
6 |
+
import os
|
7 |
|
8 |
import openai
|
9 |
import gradio as gr
|
|
|
151 |
outputs = gr.outputs.Textbox(label="Translation")
|
152 |
with demo:
|
153 |
gr.Markdown(
|
154 |
+
"# HuggingFace i18n made easy\n"
|
155 |
+
'<img style="float: right;" src="hfkr_logo.png" height="10em">'
|
156 |
)
|
157 |
with gr.Row():
|
158 |
language_input = gr.inputs.Textbox(
|
hfkr_logo.png
ADDED