You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Let's go over an example: creating an image generation UI around [DALL·E](https
71
71
72
72
73
73
<divalign="center">
74
-
<imgsrc="https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/images/dalle.gif"alt="A frontend wrapper for DALL·E, shown in the process of generating an image."width="550" />
74
+
<imgsrc="/docs/images/dalle.gif"alt="A frontend wrapper for DALL·E, shown in the process of generating an image."width="550" />
Copy file name to clipboardExpand all lines: docs/de/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Lass uns ein Beispiel durchgehen: die Erstellung einer Benutzeroberfläche für
71
71
72
72
73
73
<divalign="center">
74
-
<imgsrc="https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/images/dalle.gif"alt="Eine Benutzeroberfläche für DALL·E, die im Prozess der Bildgenerierung gezeigt wird."width="550" />
74
+
<imgsrc="/docs/images/dalle.gif"alt="Eine Benutzeroberfläche für DALL·E, die im Prozess der Bildgenerierung gezeigt wird."width="550" />
Copy file name to clipboardExpand all lines: docs/es/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Veamos un ejemplo: crearemos una UI de generación de imágenes en torno a [DALL
71
71
72
72
73
73
<divalign="center">
74
-
<imgsrc="https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/images/dalle.gif"alt="Un envoltorio frontend para DALL·E, mostrado en el proceso de generar una imagen."width="550" />
74
+
<imgsrc="/docs/images/dalle.gif"alt="Un envoltorio frontend para DALL·E, mostrado en el proceso de generar una imagen."width="550" />
Copy file name to clipboardExpand all lines: docs/in/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ reflex run
69
69
70
70
71
71
<divalign="center">
72
-
<imgsrc="https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/images/dalle.gif"alt="DALL·E के लिए एक फ्रंटएंड रैपर, छवि उत्पन्न करने की प्रक्रिया में दिखाया गया।"width="550" />
72
+
<imgsrc="/docs/images/dalle.gif"alt="DALL·E के लिए एक फ्रंटएंड रैपर, छवि उत्पन्न करने की प्रक्रिया में दिखाया गया।"width="550" />
Copy file name to clipboardExpand all lines: docs/it/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Esaminiamo un esempio: creare un'interfaccia utente per la generazione di immagi
71
71
72
72
73
73
<divalign="center">
74
-
<imgsrc="https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/images/dalle.gif"alt="Un wrapper frontend per DALL·E, mostrato nel processo di generazione di un'immagine."width="550" />
74
+
<imgsrc="/docs/images/dalle.gif"alt="Un wrapper frontend per DALL·E, mostrato nel processo di generazione di un'immagine."width="550" />
75
75
</div>
76
76
77
77
@@ -249,4 +249,4 @@ Stiamo attivamente cercando collaboratori, indipendentemente dal tuo livello di
249
249
250
250
## Licenza
251
251
252
-
Reflex è open-source e rilasciato sotto la [Licenza Apache 2.0](/LICENSE).
252
+
Reflex è open-source e rilasciato sotto la [Licenza Apache 2.0](/LICENSE).
-**순수 Python** - 앱의 프론트엔드와 백엔드를 모두 Python으로 작성하며, Javascript를 배울 필요가 없습니다.
30
+
-**완전한 유연성** - Reflex는 시작하기 쉽지만, 복잡한 앱으로도 확장할 수 있습니다.
31
+
-**즉시 배포** - 앱을 빌드한 후 [단일 명령어](https://reflex.dev/docs/hosting/deploy-quick-start/)로 배포하거나 자체 서버에서 호스팅할 수 있습니다.
32
+
33
+
Reflex가 내부적으로 어떻게 작동하는지 알아보려면 [아키텍처 페이지](https://reflex.dev/blog/2024-03-21-reflex-architecture/#the-reflex-architecture)를 참조하세요.
19
34
20
35
## ⚙️ 설치
21
36
@@ -51,12 +66,12 @@ http://localhost:3000 에서 앱이 실행 됩니다.
51
66
52
67
## 🫧 예시 앱
53
68
54
-
예시를 살펴보겠습니다: DALL·E를 중심으로 이미지 생성 UI를 만들어 보겠습니다. 간단하게 하기 위해 OpenAI API를 호출했지만, 이를 로컬에서 실행되는 ML 모델로 대체할 수 있습니다.
69
+
예시를 살펴보겠습니다: [DALL·E](https://platform.openai.com/docs/guides/images/image-generation?context=node)를 중심으로 이미지 생성 UI를 만들어 보겠습니다. 간단하게 하기 위해 [OpenAI API](https://platform.openai.com/docs/api-reference/authentication)를 호출했지만, 이를 로컬에서 실행되는 ML 모델로 대체할 수 있습니다.
55
70
56
71
57
72
58
73
<divalign="center">
59
-
<imgsrc="https://raw.githubusercontent.com/reflex-dev/reflex/main/docs/images/dalle.gif"alt="A frontend wrapper for DALL·E, shown in the process of generating an image."width="550" />
74
+
<imgsrc="/docs/images/dalle.gif"alt="A frontend wrapper for DALL·E, shown in the process of generating an image."width="550" />
<imgsrc="/docs/images/dalle_colored_code_example.png"alt="Explaining the differences between backend and frontend parts of the DALL-E app."width="900" />
0 commit comments